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

Static Public Attributes | List of all members
TrainingMethod Class Reference

Available methods for training the implicit ALS model. More...

Class Constructor

◆ TrainingMethod()

TrainingMethod ( int  value)

Constructs the training method object using the provided value

Parameters
valueValue corresponding to the training method object

Static Public Attributes

static final TrainingMethod defaultDense
 
static final TrainingMethod fastCSR
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the training method object

Returns
Value corresponding to the training method object

Member Data Documentation

◆ defaultDense

final TrainingMethod defaultDense
static
Initial value:
defaultDenseId)

Method for training the implicit ALS modelDefault: method proposed by Hu, Koren, Volinsky for input data stored in the dense format

◆ fastCSR

final TrainingMethod fastCSR
static
Initial value:
fastCSRId)

Method for training the implicit ALS modelMethod proposed by Hu, Koren, Volinsky for input data stored in the compressed sparse row (CSR) format


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

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