Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

Parameters for the compute() method of the implicit ALS algorithm. More...

Detailed Description

Member Function Documentation

◆ getAlpha()

double getAlpha ( )

Gets the value of the confidence parameter of the implicit ALS training algorithm

Returns
Value of the confidence parameter of the implicit ALS training algorithm

◆ getLambda()

double getLambda ( )

Gets the value of the regularization parameter of the implicit ALS training algorithm

Returns
Value of the regularization parameter of the implicit ALS training algorithm

◆ getMaxIterations()

long getMaxIterations ( )

Gets the value of the maxIterations parameter

Returns
maxIterations

◆ getNFactors()

long getNFactors ( )

Gets the value of the nFactors parameter

Returns
nFactors

◆ getPreferenceThreshold()

double getPreferenceThreshold ( )

Gets the value of the threshold used to define preference values

Returns
Value of the threshold used to define preference values

◆ setAlpha()

void setAlpha ( double  alpha)

Sets the confidence parameter of the implicit ALS training algorithm

Parameters
alphaConfidence parameter of the implicit ALS training algorithm

◆ setLambda()

void setLambda ( double  lambda)

Sets the regularization parameter of the implicit ALS training algorithm

Parameters
lambdaRegularization parameter of the implicit ALS training algorithm

◆ setMaxIterations()

void setMaxIterations ( long  maxIterations)

Sets the maxIterations parameter

Parameters
maxIterationsMaximum number of iterations of the implicit ALS training algorithm

◆ setNFactors()

void setNFactors ( long  nFactors)

Sets the nFactors parameter

Parameters
nFactorsNumber of factors

◆ setPreferenceThreshold()

void setPreferenceThreshold ( double  preferenceThreshold)

Sets the threshold used to define preference values

Parameters
preferenceThresholdThreshold used to define preference values

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.