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

Static Public Attributes | List of all members
InitMethod Class Reference

Available methods for computing initial values for the implicit ALS training algorithm. More...

Class Constructor

◆ InitMethod()

InitMethod ( int  value)

Constructs the initialization method object using the provided value

Parameters
valueValue corresponding to the initialization method object

Static Public Attributes

static final InitMethod defaultDense
 
static final InitMethod fastCSR
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the initialization method object

Returns
Value corresponding to the initialization method object

Member Data Documentation

◆ defaultDense

final InitMethod defaultDense
static
Initial value:
= new InitMethod(
defaultDenseId)

Method for initializing the implicit ALS algorithm Default: initialization method for input data stored in the dense format

◆ fastCSR

final InitMethod fastCSR
static
Initial value:
= new InitMethod(
fastCSRId)

Method for initializing the implicit ALS algorithm Initialization method 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.