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

Static Public Attributes | List of all members
RatingsResultId Class Reference

Available identifiers of the results of the rating prediction stage of the implicit ALS algorithm. More...

Class Constructor

◆ RatingsResultId()

RatingsResultId ( int  value)

Constructs the rating prediction stage result object identifier using the provided value

Parameters
valueValue corresponding to the rating prediction stage result object identifier

Static Public Attributes

static final RatingsResultId prediction = new RatingsResultId(predictionId)
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the rating prediction stage result object identifier

Returns
Value corresponding to the rating prediction stage result object identifier

Member Data Documentation

◆ prediction

final RatingsResultId prediction = new RatingsResultId(predictionId)
static

Numeric table containing predicted ratings


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

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