|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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,
boolean compactAverages,
long maxEntries)
Creates a new . |
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |