/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.AllItemSimilarities and AllRecommendations./because/[userID]/[itemID]?howMany=n, and in turn calls
MyrrixRecommender.recommendedBecause(long, long, int)./estimate/[userID]/[itemID] and in turn calls
MyrrixRecommender.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
MyrrixRecommender.recommend(long, int)./recommendToAnonymous/[itemID1(=value1)](/[itemID2(=value2)]/...)?howMany=n[&rescorerParams=...],
and in turn calls MyrrixRecommender.recommendToAnonymous(long[], float[], int, IDRescorer)
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.Runner./similarity/[itemID1](/[itemID2]/...)?howMany=n(&rescorerParams=...),
and in turn calls MyrrixRecommender.mostSimilarItems(long[], int) with the supplied values.Copyright © 2012. All Rights Reserved.