Uses of Class
org.apache.mahout.clustering.ClusterObservations

Packages that use ClusterObservations
org.apache.mahout.clustering  
org.apache.mahout.clustering.fuzzykmeans   
org.apache.mahout.clustering.kmeans This package provides an implementation of the k-means clustering algorithm. 
 

Uses of ClusterObservations in org.apache.mahout.clustering
 

Methods in org.apache.mahout.clustering that return ClusterObservations
 ClusterObservations AbstractCluster.getObservations()
           
 ClusterObservations ClusterObservations.incrementCombinerState()
           
 

Methods in org.apache.mahout.clustering with parameters of type ClusterObservations
 void AbstractCluster.observe(ClusterObservations observations)
           
 

Uses of ClusterObservations in org.apache.mahout.clustering.fuzzykmeans
 

Method parameters in org.apache.mahout.clustering.fuzzykmeans with type arguments of type ClusterObservations
protected  void FuzzyKMeansCombiner.reduce(org.apache.hadoop.io.Text key, Iterable<ClusterObservations> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void FuzzyKMeansReducer.reduce(org.apache.hadoop.io.Text key, Iterable<ClusterObservations> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Uses of ClusterObservations in org.apache.mahout.clustering.kmeans
 

Method parameters in org.apache.mahout.clustering.kmeans with type arguments of type ClusterObservations
protected  void KMeansReducer.reduce(org.apache.hadoop.io.Text key, Iterable<ClusterObservations> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void KMeansCombiner.reduce(org.apache.hadoop.io.Text key, Iterable<ClusterObservations> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.