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

Static Public Attributes | List of all members

Available identifiers of input PartialModel objects for the rating prediction stage of the implicit ALS algorithm. More...

Class Constructor

Constructs the ratings input partial model object identifier using the provided value

Parameters
valueValue corresponding to the ratings input partial model object identifier

Static Public Attributes

static final
RatingsPartialModelInputId 
usersPartialModel = new RatingsPartialModelInputId(usersPartialModelId)
 
static final
RatingsPartialModelInputId 
itemsPartialModel = new RatingsPartialModelInputId(itemsPartialModelId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the ratings input partial model object identifier

Returns
Value corresponding to the ratings input partial model object identifier

Member Data Documentation

final RatingsPartialModelInputId itemsPartialModel = new RatingsPartialModelInputId(itemsPartialModelId)
static

Input partial model containing items factors trained by the implicit ALS algorithm in the distributed processing mode

final RatingsPartialModelInputId usersPartialModel = new RatingsPartialModelInputId(usersPartialModelId)
static

Input partial model containing users factors trained by the implicit ALS algorithm in the distributed processing mode


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

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