Uses of Interface
org.apache.mahout.utils.vectors.Weight

Packages that use Weight
org.apache.mahout.utils.vectors   
org.apache.mahout.utils.vectors.lucene   
 

Uses of Weight in org.apache.mahout.utils.vectors
 

Classes in org.apache.mahout.utils.vectors that implement Weight
 class TF
          Weight based on term frequency only
 class TFIDF
           
 

Uses of Weight in org.apache.mahout.utils.vectors.lucene
 

Constructors in org.apache.mahout.utils.vectors.lucene with parameters of type Weight
TFDFMapper(org.apache.lucene.index.IndexReader reader, Weight weight, TermInfo termInfo)
           
 



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