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

Static Public Attributes | List of all members

Available methods for computing the results of implicit ALS model-based ratings prediction. More...

Class Constructor

RatingsMethod ( int  value)

Constructs the ratings method object using the provided value

Parameters
valueValue corresponding to the ratings method object

Static Public Attributes

static final RatingsMethod defaultDense = new RatingsMethod(defaultDenseId)
 
static final RatingsMethod allUsersAllItems = new RatingsMethod(allUsersAllItemsId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the ratings method object

Returns
Value corresponding to the ratings method object

Member Data Documentation

final RatingsMethod allUsersAllItems = new RatingsMethod(allUsersAllItemsId)
static

Predicts ratings for all users and items based on the implicit ALS model and input data in the dense format

final RatingsMethod defaultDense = new RatingsMethod(defaultDenseId)
static

Default: predicts ratings based on the implicit ALS model and input data in the dense format


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

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