public static class LongKMeans.Result extends LongCentroidsResult implements LongNearestNeighboursProvider
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
changedCentroidCount  | 
protected int | 
iterations  | 
protected LongNearestNeighbours | 
nn  | 
centroidsCLUSTER_HEADER| Constructor and Description | 
|---|
Result()  | 
| Modifier and Type | Method and Description | 
|---|---|
HardAssigner<long[],double[],IntDoublePair> | 
defaultHardAssigner()
Get the default hard assigner for this clusterer. 
 | 
LongNearestNeighbours | 
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, writeBinaryprotected LongNearestNeighbours nn
protected int iterations
protected int changedCentroidCount
public Result()
public HardAssigner<long[],double[],IntDoublePair> defaultHardAssigner()
SpatialClustersdefaultHardAssigner in interface SpatialClusters<long[]>defaultHardAssigner in class LongCentroidsResultpublic LongNearestNeighbours getNearestNeighbours()
getNearestNeighbours in interface LongNearestNeighboursProviderpublic int numIterations()
public int numChangedCentroids()