Write a new implementation of UserSimilarity that internally calls 2 other similarity metrics with the same arguments when asked for a similarity. Return their product.
On Tue, Mar 19, 2013 at 6:59 AM, Agata Filiana <[email protected]>wrote: > I understand that, I guess what I am confused is the implementation of > merging the two similarity metrics in code. For example I apply > LogLikelihoodSimilarity for both item and hobby, and I have 2 > UserSimilarity metrics. Then from there I am unsure of how to combine the > two. > >
