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

Static Public Attributes | List of all members
InitPartialResultId Class Reference

Available identifiers of partial results of computing initial clusters for the K-Means algorithm. More...

Class Constructor

InitPartialResultId ( int  value)

Constructs the initialization partial result object identifier using the provided value

Parameters
valueValue corresponding to the initialization partial result object identifier

Static Public Attributes

static final InitPartialResultId partialCentroids = new InitPartialResultId(PartialCentroids)
 
static final InitPartialResultId partialClusters = new InitPartialResultId(PartialClusters)
 
static final InitPartialResultId partialClustersNumber = new InitPartialResultId(PartialClustersNumber)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the initialization partial result object identifier

Returns
Value corresponding to the initialization partial result object identifier

Member Data Documentation

final InitPartialResultId partialCentroids = new InitPartialResultId(PartialCentroids)
static

Sum of observations

final InitPartialResultId partialClusters = new InitPartialResultId(PartialClusters)
static

Sum of observations

Deprecated:
This item will be removed in a future release.
final InitPartialResultId partialClustersNumber = new InitPartialResultId(PartialClustersNumber)
static

Number of assigned observations

Deprecated:
This item will be removed in a future release.

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

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