Re: Tastify

2009-06-15 Thread Ted Dunning
Hierarchical modeling techniques work well on structures like this if you have good resolution of your meta-data. Resolving and disambiguating artist and track names can be difficult unless you have total control over the meta-data source. The basic idea is that you model an artist as a distribut

Re: BooleanTanimotoCoefficientSimilarity

2009-06-15 Thread Sean Owen
Mahout's SVN repository should always be the latest. The Maven repository represents the code as of the last official release. The code block does not exist now in SVN (I think I took it out since it was *really* that useful to check these things and was impacting performance.) On Mon, Jun 15, 200

BooleanTanimotoCoefficientSimilarity

2009-06-15 Thread Gökhan Çapan
Hi, BooleanTanimotoCoefficientSimilarity.userSimilarity(User user1, User user2) that function is different in checked out code from svn repository and in maven repository. Which of those is latest code? public double userSimilarity(User user1, User user2) { /*** This blo