public static class ShortKMeans.Result extends ShortCentroidsResult implements ShortNearestNeighboursProvider
Modifier and Type | Field and Description |
---|---|
protected int |
changedCentroidCount |
protected int |
iterations |
protected ShortNearestNeighbours |
nn |
centroids
CLUSTER_HEADER
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
HardAssigner<short[],float[],IntFloatPair> |
defaultHardAssigner()
Get the default hard assigner for this clusterer.
|
ShortNearestNeighbours |
getNearestNeighbours() |
int |
numChangedCentroids()
Get the number of changed centroids in the last iteration.
|
int |
numIterations()
Get the number of K-Means iterations that produced this result.
|
asciiHeader, binaryHeader, equals, getCentroids, numClusters, numDimensions, readASCII, readBinary, toString, writeASCII, writeBinary
protected ShortNearestNeighbours nn
protected int iterations
protected int changedCentroidCount
public Result()
public HardAssigner<short[],float[],IntFloatPair> defaultHardAssigner()
SpatialClusters
defaultHardAssigner
in interface SpatialClusters<short[]>
defaultHardAssigner
in class ShortCentroidsResult
public ShortNearestNeighbours getNearestNeighbours()
getNearestNeighbours
in interface ShortNearestNeighboursProvider
public int numIterations()
public int numChangedCentroids()