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

Packages that use WeightedVectorWritable
org.apache.mahout.clustering  
org.apache.mahout.clustering.topdown.postprocessor   
 

Uses of WeightedVectorWritable in org.apache.mahout.clustering
 

Subclasses of WeightedVectorWritable in org.apache.mahout.clustering
 class WeightedPropertyVectorWritable
           
 

Uses of WeightedVectorWritable in org.apache.mahout.clustering.topdown.postprocessor
 

Methods in org.apache.mahout.clustering.topdown.postprocessor with parameters of type WeightedVectorWritable
protected  void ClusterOutputPostProcessorMapper.map(org.apache.hadoop.io.IntWritable key, WeightedVectorWritable vector, org.apache.hadoop.mapreduce.Mapper.Context context)
          The key is the cluster id and the value is the vector.
 



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