Uses of Class
org.apache.mahout.clustering.streaming.mapreduce.CentroidWritable

Packages that use CentroidWritable
org.apache.mahout.clustering.streaming.mapreduce   
 

Uses of CentroidWritable in org.apache.mahout.clustering.streaming.mapreduce
 

Method parameters in org.apache.mahout.clustering.streaming.mapreduce with type arguments of type CentroidWritable
static List<Centroid> StreamingKMeansReducer.centroidWritablesToList(Iterable<CentroidWritable> centroids)
           
 void StreamingKMeansReducer.reduce(org.apache.hadoop.io.IntWritable key, Iterable<CentroidWritable> centroids, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.