Partial model trained by the implicit ALS training algorithm in the distributed processing mode.
More...
◆ PartialModel() [1/4]
Constructs a partial implicit ALS model of a specified size
- Parameters
-
[in] | parameter | Implicit ALS parameters |
[in] | size | Model size |
[in] | dummy | Dummy variable for the templated constructor |
- Deprecated:
- This item will be removed in a future release. Use Model::create instead.
◆ PartialModel() [2/4]
DAAL_EXPORT PartialModel |
( |
const Parameter & |
parameter, |
|
|
size_t |
offset, |
|
|
data_management::NumericTablePtr |
indices, |
|
|
modelFPType |
dummy |
|
) |
| |
Constructs a partial implicit ALS model from the indices of factors
- Parameters
-
[in] | parameter | Implicit ALS parameters |
[in] | offset | Index of the first factor in the partial model |
[in] | indices | Pointer to the numeric table with the indices of factors |
[in] | dummy | Dummy variable for the templated constructor |
- Deprecated:
- This item will be removed in a future release. Use Model::create instead.
◆ PartialModel() [3/4]
PartialModel |
( |
data_management::NumericTablePtr |
factors, |
|
|
data_management::NumericTablePtr |
indices |
|
) |
| |
Constructs a partial implicit ALS model from the indices and factors stored in the numeric tables
- Parameters
-
[in] | factors | Pointer to the numeric table with factors stored in row-major order |
[in] | indices | Pointer to the numeric table with the indices of factors |
- Deprecated:
- This item will be removed in a future release. Use Model::create instead.
◆ PartialModel() [4/4]
Empty constructor for deserialization
- Deprecated:
- This item will be removed in a future release. Use Model::create instead.
◆ create() [1/3]
Constructs a partial implicit ALS model of a specified size
- Parameters
-
[in] | parameter | Implicit ALS parameters |
[in] | size | Model size |
[out] | stat | Status of the model construction |
- Returns
- Partial implicit ALS model of a specified size
◆ create() [2/3]
Constructs a partial implicit ALS model from the indices of factors
- Parameters
-
[in] | parameter | Implicit ALS parameters |
[in] | offset | Index of the first factor in the partial model |
[in] | indices | Pointer to the numeric table with the indices of factors |
[out] | stat | Status of the model construction |
- Returns
- Partial implicit ALS model with the specified indices and factors
◆ create() [3/3]
Constructs a partial implicit ALS model from the indices and factors stored in the numeric tables
- Parameters
-
[in] | factors | Pointer to the numeric table with factors stored in row-major order |
[in] | indices | Pointer to the numeric table with the indices of factors |
[out] | stat | Status of the model construction |
- Returns
- Partial implicit ALS model with the specified indices and factors
◆ getFactors()
data_management::NumericTablePtr getFactors |
( |
| ) |
const |
|
inline |
Returns pointer to the numeric table with factors stored in row-major order
- Returns
- Pointer to the numeric table with factors stored in row-major order
◆ getIndices()
data_management::NumericTablePtr getIndices |
( |
| ) |
const |
|
inline |
Returns the pointer to the numeric table with the indices of factors
- Returns
- Pointer to the numeric table with the indices of factors
The documentation for this class was generated from the following file: