|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.cf.taste.impl.recommender.AllUnknownItemsCandidateItemsStrategy
public final class AllUnknownItemsCandidateItemsStrategy
returns all items the user has not rated yet
Constructor Summary | |
---|---|
AllUnknownItemsCandidateItemsStrategy()
|
Method Summary | |
---|---|
FastIDSet |
getCandidateItems(long userID,
DataModel dataModel)
#return IDs of all items that could be recommended to the user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllUnknownItemsCandidateItemsStrategy()
Method Detail |
---|
public FastIDSet getCandidateItems(long userID, DataModel dataModel) throws TasteException
CandidateItemsStrategy
getCandidateItems
in interface CandidateItemsStrategy
TasteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |