TranslatingRecommender.addItemIDs(Iterable), but accepts a file containing item IDs, one per line.MyrrixRecommender that executes update operations asynchronously
in a separate thread and return immediately.TranslatingRecommender.isReady() returns true.TranslatingRecommender.isReady() returns true, or the given timeout is reached.CLI.CLI.MyrrixRecommender which accesses a remote Serving Layer instance
over HTTP or HTTPS.TranslatedRecommendedItem.ClientRecommender.mostPopularItems(int) insteadClientRecommender.mostSimilarItems(long[], int), but allows caller to specify the user for which the request
is being made.ClientRecommender.mostSimilarItems(long[], int).ClientRecommender.mostSimilarItems(long, int) insteadClientRecommender.mostSimilarItems(long[], int) insteadClientRecommender.mostSimilarItems(long[], int) insteadClientRecommender.mostSimilarItems(long[], int) insteadClientRecommender.ClientRecommender.recommend(long, int, boolean, IDRescorer), and sets considerKnownItems to false
and rescorer to null.ClientRecommender.recommend(long, int) insteadClientRecommender.recommendToAnonymous(long[], float[], int), but allows caller to specify the user for
which the request is being made.ClientRecommender.setItemTag(String, long, float), but allows caller to specify the user for
which the request is being made.MyrrixClientConfiguration.setAllPartitionsSpecification(String) is setClientRecommender.setPreference(long, long, float) with value 1.0.ClientRecommender.similarityToItem(long, long[]), but allows caller to specify the user for which the request
is being made.RecommendedItem but uses a String as ID value.TranslatingRecommender.ItemBasedRecommender
from Mahout (which uses long values to identify users and items) that instead uses String
as keys.Copyright © 2012-2013 Myrrix Ltd. All Rights Reserved.