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

List of all members
InitResult Class Reference

Results of computing initial clusters for the K-Means algorithm in the batch processing mode. More...

Class Constructor

InitResult ( DaalContext  context)

Constructs a result

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

Detailed Description

Member Function Documentation

Returns the result of computing initial clusters for the K-Means algorithm

Parameters
idIdentifier of the result, ResultId
Returns
Result that corresponds to the given identifier
void set ( InitResultId  id,
NumericTable  value 
)

Sets the result of computing initial clusters for the K-Means algorithm

Parameters
idIdentifier of the result
valueValue of the result

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

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