Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access partial results obtained with the compute() method of the K-Means algorithm in the distributed processing mode. More...
PartialResult | ( | DaalContext | context | ) |
Default constructor. Constructs empty PartialResult
context | Context to manage the partial result for the K-Means algorithm |
NumericTable get | ( | PartialResultId | id | ) |
Returns a partial result of the K-Means algorithm
id | Identifier of the partial result, PartialResultId |
void set | ( | PartialResultId | id, |
NumericTable | value | ||
) |
Sets a partial result of the K-Means algorithm
id | Identifier of the partial result, PartialResultId |
value | Value of the partial result |
For more complete information about compiler optimizations, see our Optimization Notice.