Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Input objects for computing initial centroids for the K-Means algorithm used with plusPlus and parallelPlus methods only on the 5th step on a master node. More...
| void add | ( | InitDistributedStep5MasterPlusPlusInputId | id, |
| NumericTable | val | ||
| ) |
Add an input object for computing initial centroids for the K-Means algorithm in the 5th step in the distributed processing mode
| id | Identifier of the input object |
| val | Object that corresponds to the given identifier |
Returns an input object for computing initial centroids for the K-Means algorithm in the 5th step in the distributed processing mode
| id | Identifier of the input object |
| void set | ( | InitDistributedStep5MasterPlusPlusInputDataId | id, |
| SerializableBase | val | ||
| ) |
Sets an input object for computing initial centroids for the K-Means algorithm
| id | Identifier of the input object |
| val | Object that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.