Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members
PartialResult Class Reference

Provides methods to access partial results obtained with the compute() method of the K-Means algorithm in the distributed processing mode. More...

Class Constructor

PartialResult ( DaalContext  context)

Default constructor. Constructs empty PartialResult

Parameters
contextContext to manage the partial result for the K-Means algorithm

Detailed Description

Member Function Documentation

Returns a partial result of the K-Means algorithm

Parameters
idIdentifier of the partial result, PartialResultId
Returns
Partial result that corresponds to the given identifier
void set ( PartialResultId  id,
NumericTable  value 
)

Sets a partial result of the K-Means algorithm

Parameters
idIdentifier of the partial result, PartialResultId
valueValue of the partial result

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.