Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Input objects for computing initial centroids for the K-Means algorithm. The class represents input objects for computing initial centroids used with plusPlus and parallelPlus methods only on the 4th step on a local node. More...
Returns an input object for computing initial centroids for the K-Means algorithm
id | Identifier of the input object |
Returns an input object for computing initial centroids for the K-Means algorithm
id | Identifier of the input object |
void set | ( | InitDistributedStep4LocalPlusPlusInputId | id, |
NumericTable | val | ||
) |
Sets an input object for computing initial centroids for the K-Means algorithm
id | Identifier of the input object |
val | Value of the input object |
void set | ( | InitDistributedLocalPlusPlusInputDataId | id, |
DataCollection | 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.