Uses of Class
org.apache.mahout.clustering.fuzzykmeans.FuzzyKMeansOutput

Packages that use FuzzyKMeansOutput
org.apache.mahout.clustering.fuzzykmeans   
 

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

Method parameters in org.apache.mahout.clustering.fuzzykmeans with type arguments of type FuzzyKMeansOutput
 void FuzzyKMeansClusterMapper.map(org.apache.hadoop.io.WritableComparable<?> key, VectorWritable point, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,FuzzyKMeansOutput> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void FuzzyKMeansClusterer.outputPointWithClusterProbabilities(java.lang.String key, Vector point, java.util.List<SoftCluster> clusters, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,FuzzyKMeansOutput> output)
          Output point with cluster info (Cluster and probability)
 



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