You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Najum Ali <na...@googlemail.com> on 2014/05/03 21:47:06 UTC

Problem with ItemBasedRecommender wrapped inside CachingRecommender

Hi,

is there any trick to reach these methods of ItemBasedRecommender: #recommendedBecause #mostSimilarItems - after decorated with a CachingRecommender?
CachingRecommender is implementing the Recommender Interface, thus it let you only call recommend which delegates to the underlying wrapped Recommender.

Is there any trick or have I do to write an own CachingItemRecommender or something like that?