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

List of all members
TrainingResult Class Reference

Provides methods to access the results of the implicit ALS training algorithm. More...

Class Constructor

◆ TrainingResult()

Constructs the partial result for the implicit ALS training algorithm

Parameters
contextContext to manage the partial result for the implicit ALS training algorithm

Detailed Description

Member Function Documentation

◆ get()

Model get ( TrainingResultId  id)

Returns the result of the implicit ALS training algorithm

Parameters
idIdentifier of the result
Returns
Result that corresponds to the given identifier

◆ set()

void set ( TrainingResultId  id,
Model  value 
)

Sets the result of the implicit ALS training algorithm

Parameters
idIdentifier of the result
valueResult that corresponds to the given identifier

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

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