|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |