Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Input objects for the implicit ALS training algorithm in the fourth step of the distributed processing mode More...
Returns an input key-value data collection object for the implicit ALS training algorithm in the fourth step of the distributed processing mode
id | Identifier of the input object |
NumericTable get | ( | Step4LocalNumericTableInputId | id | ) |
Returns an input numeric table object for the implicit ALS training algorithm in the fourth step of the distributed processing mode
id | Identifier of the input object |
void set | ( | Step4LocalPartialModelsInputId | id, |
KeyValueDataCollection | val | ||
) |
Sets an input key-value data collection object for the implicit ALS training algorithm in the fourth step of the distributed processing mode
id | Identifier of the input object |
val | Value of the input object |
void set | ( | Step4LocalNumericTableInputId | id, |
NumericTable | val | ||
) |
Sets an input numeric table object for the implicit ALS training algorithm in the fourth step of the distributed processing mode
id | Identifier of the input object |
val | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.