| Package | Description |
|---|---|
| org.apache.mahout.cf.taste.impl.neighborhood | |
| org.apache.mahout.cf.taste.impl.recommender |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingUserNeighborhood
A caching wrapper around an underlying
UserNeighborhood implementation. |
class |
NearestNUserNeighborhood
Computes a neighborhood consisting of the nearest n users to a given user.
|
class |
ThresholdUserNeighborhood
Computes a neigbhorhood consisting of all users whose similarity to the given user meets or exceeds a
certain threshold.
|
| Constructor and Description |
|---|
CachingUserNeighborhood(UserNeighborhood neighborhood,
DataModel dataModel) |
| Constructor and Description |
|---|
GenericBooleanPrefUserBasedRecommender(DataModel dataModel,
UserNeighborhood neighborhood,
UserSimilarity similarity) |
GenericUserBasedRecommender(DataModel dataModel,
UserNeighborhood neighborhood,
UserSimilarity similarity) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.