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...
| InitPartialResult | ( | DaalContext | context | ) |
Default constructor. Constructs empty InitPartialResult
| context | Context to manage the partial result of computing initial centroids for the K-Means algorithm |
| NumericTable get | ( | InitPartialResultId | id | ) |
Returns a partial result of computing initial centroids for the K-Means algorithm
| id | Identifier of InitPartialResult, PartialResultId |
| void set | ( | InitPartialResultId | id, |
| NumericTable | value | ||
| ) |
Sets a partial result of computing initial centroids for the K-Means algorithm
| id | Identifier of the partial result |
| value | Value of the partial result |
For more complete information about compiler optimizations, see our Optimization Notice.