Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access partial results of computing initial centroids for the K-Means algorithm in the distributed processing mode. More...
Default constructor. Constructs empty object
| context | Context to manage the partial result of computing initial centroids for the K-Means algorithm |
Returns a partial result of computing initial centroids for the K-Means algorithm
| id | Identifier of the partial result object |
| void set | ( | InitDistributedStep5MasterPlusPlusPartialResultId | id, |
| NumericTable | val | ||
| ) |
Sets a partial result object for computing initial centroids for the K-Means algorithm
| id | Identifier of the partial result object |
| val | Object that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.