Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
InitPartialResult Class Reference

Provides methods to access partial results of computing initial centroids for the K-Means algorithm in the distributed processing mode. More...

Class Constructor

◆ InitPartialResult()

Default constructor. Constructs empty InitPartialResult

Parameters
contextContext to manage the partial result of computing initial centroids for the K-Means algorithm

Detailed Description

Member Function Documentation

◆ get()

Returns a partial result of computing initial centroids for the K-Means algorithm

Parameters
idIdentifier of InitPartialResult, PartialResultId
Returns
Partial result that corresponds to the given identifier

◆ set()

void set ( InitPartialResultId  id,
NumericTable  value 
)

Sets a partial result of computing initial centroids for the K-Means algorithm

Parameters
idIdentifier of the partial result
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.