Uses of Interface
weka.clusterers.NumberOfClustersRequestable
Packages that use NumberOfClustersRequestable
-
Uses of NumberOfClustersRequestable in weka.clusterers
Classes in weka.clusterers that implement NumberOfClustersRequestableModifier and TypeClassDescriptionclassCluster data using the capopy clustering algorithm, which requires just one pass over the data.classSimple EM (expectation maximisation) class.
EM assigns a probability distribution to each instance which indicates the probability of it belonging to each of the clusters.classClass for wrapping a Clusterer to make it return a distribution and density.classCluster data using the k means algorithm.