| Package | Description |
|---|---|
| org.apache.mahout.cf.taste.common | |
| org.apache.mahout.cf.taste.impl.similarity |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
EuclideanDistanceSimilarity(DataModel dataModel,
Weighting weighting) |
PearsonCorrelationSimilarity(DataModel dataModel,
Weighting weighting) |
UncenteredCosineSimilarity(DataModel dataModel,
Weighting weighting) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.