Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Available identifiers of the results of the DBSCAN 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 | assignments = new ResultId(assignmentsValue) |
static final ResultId | nClusters = new ResultId(nClustersValue) |
static final ResultId | coreIndices = new ResultId(coreIndicesValue) |
static final ResultId | coreObservations = new ResultId(coreObservationsValue) |
int getValue | ( | ) |
Returns the value corresponding to the result object identifier
Assignments of observations to clusters
For more complete information about compiler optimizations, see our Optimization Notice.