Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Available identifiers of the results of the K-Means algorithm. More...
ResultId | ( | int | value | ) |
Constructs the result object identifier using the provided value
value | Value 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) |
int getValue | ( | ) |
Returns the value corresponding to the result object identifier
Assignment of observations to clusters
Value of the objective function
Value of the objective function
For more complete information about compiler optimizations, see our Optimization Notice.