Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
| PartialModel | ( | DaalContext | context, |
| NumericTable | factors, | ||
| NumericTable | indices | ||
| ) |
Constructs a partial implicit ALS model from the indices and factors stored in the numeric tables
| context | Context to manage the partial model |
| factors | Numeric table containing factors stored in row-major order |
| indices | Numeric table containing the indices of factors |
| NumericTable getFactors | ( | ) |
Returns the numeric table containing factors stored in row-major order
| NumericTable getIndices | ( | ) |
Returns the numeric table containing the indices of factors
For more complete information about compiler optimizations, see our Optimization Notice.