Uses of Class
org.apache.mahout.cf.taste.common.Weighting

Packages that use Weighting
org.apache.mahout.cf.taste.common   
org.apache.mahout.cf.taste.impl.similarity   
 

Uses of Weighting in org.apache.mahout.cf.taste.common
 

Methods in org.apache.mahout.cf.taste.common that return Weighting
static Weighting Weighting.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Weighting[] Weighting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Weighting in org.apache.mahout.cf.taste.impl.similarity
 

Constructors in org.apache.mahout.cf.taste.impl.similarity with parameters of type Weighting
EuclideanDistanceSimilarity(DataModel dataModel, Weighting weighting)
           
PearsonCorrelationSimilarity(DataModel dataModel, Weighting weighting)
           
UncenteredCosineSimilarity(DataModel dataModel, Weighting weighting)
           
 



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