Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Parameters of the implicit ALS initialization algorithm. More...

Detailed Description

Member Function Documentation

long getFullNUsers ( )

Gets the value of the nUsers parameter

Returns
nUsers
long getNFactors ( )

Gets the value of the nFactors parameter

Returns
nFactors
long getSeed ( )
Deprecated:
This item will be removed in a future release.

Gets the value of the seed parameter

Returns
seed
void setEngine ( com.intel.daal.algorithms.engines.BatchBase  engine)

Sets the engine to be used by the algorithm

Parameters
engineto be used by the algorithm
void setFullNUsers ( long  fullNUsers)

Sets the nUsers parameter

Parameters
fullNUsers
void setNFactors ( long  nFactors)

Sets the nFactors parameter

Parameters
nFactors
void setSeed ( long  seed)
Deprecated:
This item will be removed in a future release.

Sets the seed parameter

Parameters
seed

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

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