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

Static Public Attributes | List of all members
PartialResultId Class Reference

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

Class Constructor

PartialResultId ( int  value)

Constructs the partial result object identifier using the provided value

Parameters
valueValue corresponding to the partial result object identifier

Static Public Attributes

static final PartialResultId nObservations
 
static final PartialResultId partialSums
 
static final PartialResultId partialObjectiveFunction
 
static final PartialResultId partialGoalFunction
 
static final PartialResultId partialAssignments
 
static final PartialResultId partialCandidatesDistances
 
static final PartialResultId partialCandidatesCentroids
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the partial result object identifier

Returns
Value corresponding to the partial result object identifier

Member Data Documentation

final PartialResultId nObservations
static
Initial value:
NObservations)

Number of assigned observations

final PartialResultId partialAssignments
static
Initial value:
PartialAssignments)

Assignments to clusters

final PartialResultId partialCandidatesCentroids
static
Initial value:
PartialCandidatesCentroids)

observations most distant from their assigned cluster center

final PartialResultId partialCandidatesDistances
static
Initial value:
PartialCandidatesDistances)

Objective function of observations most distant from their assigned cluster center

final PartialResultId partialGoalFunction
static
Initial value:
PartialGoalFunction)

Objective function value

Deprecated:
This item will be removed in a future release.
final PartialResultId partialObjectiveFunction
static
Initial value:
PartialObjectiveFunction)

Objective function value

final PartialResultId partialSums
static
Initial value:
PartialSums)

Sum of observations


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

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