private class SameSizeKMeansAlgorithm.Meta extends Object
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
dists
Distance to the cluster centers.
|
(package private) int |
primary
Indexes: primary assignment (current or best), secondary assignment
(second best or worst).
|
(package private) int |
secondary
Indexes: primary assignment (current or best), secondary assignment
(second best or worst).
|
Modifier | Constructor and Description |
---|---|
protected |
SameSizeKMeansAlgorithm.Meta(int k)
Constructor.
|
double[] dists
int primary
int secondary