Class | Description |
---|---|
CentroidSketch |
Class for managing a sketch of centres for k-means, along with a weighted reservoir sample that is used over iterations to update the sketch.
|
ClusterUtils |
Some static utils methods for clustering
|
InstanceWithCanopyAssignments |
Class that encapsulates an instance with its canopy assignments
|
PreconstructedFilteredClusterer |
A class for using a pre-constructed clusterer (i.e.
|
PreconstructedKMeans |
A "preconstructed" version of SimpleKMeans that has it's cluster centroids
and cluster statistics supplied by an external client.
|