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

Static Public Attributes | List of all members
RatingsPartialModelInputId Class Reference

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

Class Constructor

◆ RatingsPartialModelInputId()

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

◆ getValue()

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

◆ itemsPartialModel

final RatingsPartialModelInputId itemsPartialModel = new RatingsPartialModelInputId(itemsPartialModelId)
static

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

◆ usersPartialModel

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.