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

Static Public Attributes | List of all members
RatingsModelInputId Class Reference

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

Class Constructor

◆ RatingsModelInputId()

RatingsModelInputId ( int  value)

Constructs the ratings model input object identifier using the provided value

Parameters
valueValue corresponding to the ratings model input object identifier

Static Public Attributes

static final RatingsModelInputId model = new RatingsModelInputId(modelId)
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the ratings model input object identifier

Returns
Value corresponding to the ratings model input object identifier

Member Data Documentation

◆ model

final RatingsModelInputId model = new RatingsModelInputId(modelId)
static

Input model trained by the implicit ALS algorithm


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

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