Uses of Class
com.rapidminer.operator.clustering.clusterer.AbstractClusterer

Packages that use AbstractClusterer
com.rapidminer.operator.clustering.clusterer The operators for clustering. 
com.rapidminer.operator.clustering.clusterer.soft The operators and helper classes for soft clustering. 
 

Uses of AbstractClusterer in com.rapidminer.operator.clustering.clusterer
 

Subclasses of AbstractClusterer in com.rapidminer.operator.clustering.clusterer
 class DBScan
          This operator provides the DBScan cluster algorithm.
 class GenericWekaClustererAdaptor
          This operator performs the Weka clustering scheme with the same name.
 class KernelKMeans
          This operator is an implementation of kernel k means.
 class KMeans
          This operator represents an implementation of k-means.
 class KMedoids
          This operator represents an implementation of k-medoids.
 class RandomClustering
          Returns a random clustering.
 class SVClustering
          An implementation of Support Vector Clustering based on [BenHur/etal/2001a].
 

Uses of AbstractClusterer in com.rapidminer.operator.clustering.clusterer.soft
 

Subclasses of AbstractClusterer in com.rapidminer.operator.clustering.clusterer.soft
 class EMClusterer
          This operator represents an implementation of the EM-algorithm.
 



Copyright © 2001-2009 by Rapid-I