Uses of Class
org.apache.mahout.clustering.iterator.ClusterWritable

Packages that use ClusterWritable
org.apache.mahout.clustering.iterator   
org.apache.mahout.clustering.meanshift   
 

Uses of ClusterWritable in org.apache.mahout.clustering.iterator
 

Method parameters in org.apache.mahout.clustering.iterator with type arguments of type ClusterWritable
protected  void CIReducer.reduce(org.apache.hadoop.io.IntWritable key, Iterable<ClusterWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Uses of ClusterWritable in org.apache.mahout.clustering.meanshift
 

Methods in org.apache.mahout.clustering.meanshift with parameters of type ClusterWritable
protected  void MeanShiftCanopyClusterMapper.map(org.apache.hadoop.io.WritableComparable<?> key, ClusterWritable clusterWritable, org.apache.hadoop.mapreduce.Mapper.Context context)
           
protected  void MeanShiftCanopyMapper.map(org.apache.hadoop.io.WritableComparable<?> key, ClusterWritable clusterWritable, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

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



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