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

Static Public Attributes | List of all members
ResultId Class Reference

Available identifiers of the results of the K-Means algorithm. More...

Class Constructor

ResultId ( int  value)

Constructs the result object identifier using the provided value

Parameters
valueValue corresponding to the result object identifier

Static Public Attributes

static final ResultId centroids = new ResultId(centroidsValue)
 
static final ResultId assignments = new ResultId(assignmentsValue)
 
static final ResultId objectiveFunction = new ResultId(objectiveFunctionValue)
 
static final ResultId goalFunction = new ResultId(goalFunctionValue)
 
static final ResultId nIterations = new ResultId(nIterationsValue)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the result object identifier

Returns
Value corresponding to the result object identifier

Member Data Documentation

final ResultId assignments = new ResultId(assignmentsValue)
static

Assignment of observations to clusters

final ResultId centroids = new ResultId(centroidsValue)
static

Centroids

final ResultId goalFunction = new ResultId(goalFunctionValue)
static

Value of the objective function

Deprecated:
This item will be removed in a future release.
final ResultId nIterations = new ResultId(nIterationsValue)
static

Number of executed iterations

final ResultId objectiveFunction = new ResultId(objectiveFunctionValue)
static

Value of the objective function


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

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