|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
/user/allIDs or /item/allIDs, and in turn calls
MyrrixRecommender.getAllUserIDs() or MyrrixRecommender.getAllItemIDs(), depending on
isUserIDs().HttpServlets used in the application.AllRecommendations and AllItemSimilarities./because/[userID]/[itemID]?howMany=n, and in turn calls
ItemBasedRecommender.recommendedBecause(long, long, int)./estimate/[userID]/[itemID] and in turn calls
Recommender.estimatePreference(long, long)./ingest and in turn calls
MyrrixRecommender.ingest(java.io.Reader)}.MyrrixRecommender instance
is initialized at startup, along with related objects, and shut down when the container is destroyed.MemoryRealm./pref/[userID]/[itemID] and in turn calls
MyrrixRecommender.setPreference(long, long, float)./ready and in turn calls
MyrrixRecommender.isReady()./recommend/[userID](?howMany=n)(&considerKnownItems=true|false)(&rescorerParams=...)
and in turn calls
Recommender.recommend(long, int)./recommendToAnonymous/[itemID1](/[itemID2]/...)?howMany=n,
and in turn calls MyrrixRecommender.recommendToAnonymous(long[], int) with the supplied values./recommendToMany/[userID1](/[userID2]/...)(?howMany=n)(&considerKnownItems=true|false)(&rescorerParams=...)
and in turn calls
MyrrixRecommender.recommendToMany(long[], int, boolean, IDRescorer)./refresh,
and in turn calls Refreshable.refresh(java.util.Collection).Runner./similarity/[itemID1](/[itemID2]/...)?howMany=n(&rescorerParams=...),
and in turn calls ItemBasedRecommender.mostSimilarItems(long[], int) with the supplied values.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||