Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
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 |
Returns a partial result object for computing initial centroids for the K-Means algorithm
id | Identifier of the partial result object |
void set | ( | InitDistributedStep2LocalPlusPlusPartialResultId | 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 | Value of the partial result object |
void set | ( | InitDistributedStep2LocalPlusPlusPartialResultDataId | id, |
DataCollection | 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.