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.recommender.slopeone   
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.recommender.slopeone
 

Constructors in org.apache.mahout.cf.taste.impl.recommender.slopeone with parameters of type Weighting
MemoryDiffStorage(DataModel dataModel, Weighting stdDevWeighted, long maxEntries)
           See SlopeOneRecommender for the meaning of stdDevWeighted.
SlopeOneRecommender(DataModel dataModel, Weighting weighting, Weighting stdDevWeighting, DiffStorage diffStorage)
           Creates a based on the given DataModel.
 

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-2012 The Apache Software Foundation. All Rights Reserved.