DATATYPE
- the primitive array datatype which represents a centroid of this
cluster.public interface SpatialClusters<DATATYPE> extends Clusters
SpatialClusterer
.CLUSTER_HEADER
Modifier and Type | Method and Description |
---|---|
HardAssigner<DATATYPE,?,?> |
defaultHardAssigner()
Get the default hard assigner for this clusterer.
|
int |
numClusters()
Get the number of clusters.
|
int |
numDimensions()
Get the data dimensionality
|
asciiHeader, readASCII
binaryHeader, readBinary
asciiHeader, writeASCII
binaryHeader, writeBinary
int numDimensions()
int numClusters()
HardAssigner<DATATYPE,?,?> defaultHardAssigner()