Uses of Class
weka.clusterers.AbstractClusterer
Packages that use AbstractClusterer
-
Uses of AbstractClusterer in weka.clusterers
Subclasses of AbstractClusterer in weka.clusterersModifier and TypeClassDescriptionclassAbstract clustering model that produces (for each test instance) an estimate of the membership in each cluster (ie.classCluster 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.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.classCluster data using the FarthestFirst algorithm.
For more information see:
Hochbaum, Shmoys (1985).classClass for running an arbitrary clusterer on data that has been passed through an arbitrary filter.classHierarchical clustering class.classClass for wrapping a Clusterer to make it return a distribution and density.classAbstract utility class for handling settings common to randomizable clusterers.classAbstract utility class for handling settings common to randomizable clusterers.classAbstract utility class for handling settings common to randomizable clusterers.classCluster data using the k means algorithm.classMeta-clusterer for enhancing a base clusterer.