Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Available identifiers of input PartialModel objects for the rating prediction stage of the implicit ALS algorithm. More...
RatingsPartialModelInputId | ( | int | value | ) |
Constructs the ratings input partial model object identifier using the provided value
value | Value 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) |
int getValue | ( | ) |
Returns the value corresponding to the ratings input partial model object identifier
|
static |
Input partial model containing items factors trained by the implicit ALS algorithm in the distributed processing mode
|
static |
Input partial model containing users factors trained by the implicit ALS algorithm in the distributed processing mode
For more complete information about compiler optimizations, see our Optimization Notice.