Uses of Interface
weka.clusterers.NumberOfClustersRequestable

Packages that use NumberOfClustersRequestable
weka.clusterers   
 

Uses of NumberOfClustersRequestable in weka.clusterers
 

Classes in weka.clusterers that implement NumberOfClustersRequestable
 class EM
          Simple EM (expectation maximisation) class.

EM assigns a probability distribution to each instance which indicates the probability of it belonging to each of the clusters.
 class MakeDensityBasedClusterer
          Class for wrapping a Clusterer to make it return a distribution and density.
 class SimpleKMeans
          Cluster data using the k means algorithm.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.