|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MostSimilarItemsCandidateItemsStrategy | |
---|---|
org.apache.mahout.cf.taste.impl.recommender |
Uses of MostSimilarItemsCandidateItemsStrategy in org.apache.mahout.cf.taste.impl.recommender |
---|
Classes in org.apache.mahout.cf.taste.impl.recommender that implement MostSimilarItemsCandidateItemsStrategy | |
---|---|
class |
AbstractCandidateItemsStrategy
Abstract base implementation for retrieving candidate items to recommend |
class |
AllSimilarItemsCandidateItemsStrategy
returns the result of ItemSimilarity.allSimilarItemIDs(long) as candidate items |
class |
AllUnknownItemsCandidateItemsStrategy
|
class |
PreferredItemsNeighborhoodCandidateItemsStrategy
|
class |
SamplingCandidateItemsStrategy
Returns all items that have not been rated by the user (3) and that were preferred by another user (2) that has preferred at least one item (1) that the current user has preferred too. |
Methods in org.apache.mahout.cf.taste.impl.recommender that return MostSimilarItemsCandidateItemsStrategy | |
---|---|
protected static MostSimilarItemsCandidateItemsStrategy |
GenericItemBasedRecommender.getDefaultMostSimilarItemsCandidateItemsStrategy()
|
Constructors in org.apache.mahout.cf.taste.impl.recommender with parameters of type MostSimilarItemsCandidateItemsStrategy | |
---|---|
GenericBooleanPrefItemBasedRecommender(DataModel dataModel,
ItemSimilarity similarity,
CandidateItemsStrategy candidateItemsStrategy,
MostSimilarItemsCandidateItemsStrategy mostSimilarItemsCandidateItemsStrategy)
|
|
GenericItemBasedRecommender(DataModel dataModel,
ItemSimilarity similarity,
CandidateItemsStrategy candidateItemsStrategy,
MostSimilarItemsCandidateItemsStrategy mostSimilarItemsCandidateItemsStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |