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

List of all members

Provides methods to access the results obtained with the compute() method of the implicit ALS ratings prediction algorithm in the batch processing mode. More...

Class Constructor

RatingsResult ( DaalContext  context)

Constructs the 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 result object

Detailed Description

Member Function Documentation

Returns the result of the implicit ALS ratings prediction algorithm

Parameters
idIdentifier of the result, RatingsResultId
Returns
Result that corresponds to the given identifier
void set ( RatingsResultId  id,
NumericTable  value 
)

Sets the result of the implicit ALS ratings prediction algorithm

Parameters
idIdentifier of the result, RatingsResultId
valuePrediction result

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

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