Uses of Class
weka.clusterers.RandomizableClusterer
Packages that use RandomizableClusterer
-
Uses of RandomizableClusterer in weka.clusterers
Subclasses of RandomizableClusterer in weka.clusterersModifier and TypeClassDescriptionclassCluster data using the capopy clustering algorithm, which requires just one pass over the data.classClass implementing the Cobweb and Classit clustering algorithms.
Note: the application of node operators (merging, splitting etc.) in terms of ordering and priority differs (and is somewhat ambiguous) between the original Cobweb and Classit papers.classCluster data using the FarthestFirst algorithm.
For more information see:
Hochbaum, Shmoys (1985).classCluster data using the k means algorithm.