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

List of all members

Provides methods to access partial results obtained with the compute() method of the implicit ALS algorithm in the rating prediction stage. More...

Class Constructor

Constructs a partial result of the implicit ALS ratings prediction algorithm and attaches it to the context

Parameters
contextContext to manage the memory in the native part of the partial result object

Detailed Description

Member Function Documentation

Returns a partial result of the implicit ALS ratings prediction algorithm

Parameters
idIdentifier of the partial result
Returns
Value that corresponds to the given identifier
void set ( RatingsPartialResultId  id,
RatingsResult  value 
)

Sets a partial result of the implicit ALS ratings prediction algorithm

Parameters
idIdentifier of the partial result
valueNew partial result object

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

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