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

List of all members

Class Constructor

PartialModel ( DaalContext  context,
NumericTable  factors,
NumericTable  indices 
)

Constructs a partial implicit ALS model from the indices and factors stored in the numeric tables

Parameters
contextContext to manage the partial model
factorsNumeric table containing factors stored in row-major order
indicesNumeric table containing the indices of factors

Detailed Description

Member Function Documentation

NumericTable getFactors ( )

Returns the numeric table containing factors stored in row-major order

Returns
Numeric table containing factors stored in row-major order
NumericTable getIndices ( )

Returns the numeric table containing the indices of factors

Returns
Numeric table containing the indices of factors

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

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