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

List of all members
InitParameter Class Reference

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

Detailed Description

Member Function Documentation

◆ getFullNUsers()

long getFullNUsers ( )

Gets the value of the nUsers parameter

Returns
nUsers

◆ getNFactors()

long getNFactors ( )

Gets the value of the nFactors parameter

Returns
nFactors

◆ getSeed()

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

Gets the value of the seed parameter

Returns
seed

◆ setEngine()

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

◆ setFullNUsers()

void setFullNUsers ( long  fullNUsers)

Sets the nUsers parameter

Parameters
fullNUsers

◆ setNFactors()

void setNFactors ( long  nFactors)

Sets the nFactors parameter

Parameters
nFactors

◆ setSeed()

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.