Hi, I have looked through some of the previous posts, but could not find my answer. I know it is possible to precompute item similarities offline using a map reduce job. Is it possible to do this online (in memory) before asking the system for recommendations?
Is this the right constructor for that: GenericItemSimilarity(ItemSimilarity otherSimilarity, DataModel dataModel) Thanks Chris
