[jira] Updated: (MAHOUT-389) UncenteredCosineSimilarity

2010-05-05 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter updated MAHOUT-389: -- Attachment: MAHOUT-389-2.patch There might be cases where it makes sense to look not

Re: [jira] Updated: (MAHOUT-387) Cosine item similarity implementation

2010-04-28 Thread Sebastian Schelter
> > What you're doing now bottlenecks in the last bit where you output for > each user some data for every pair of items. That's coarsely U * > (P/U)^2 = U*P^2 output. I think that P^2 is killer. > > Double-check my thinking but if you like it I think I can > significa

[jira] Updated: (MAHOUT-387) Cosine item similarity implementation

2010-04-27 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter updated MAHOUT-387: -- Status: Patch Available (was: Open) > Cosine item similarity implementat

[jira] Created: (MAHOUT-387) Cosine item similarity implementation

2010-04-27 Thread Sebastian Schelter (JIRA)
Reporter: Sebastian Schelter Attachments: MAHOUT-387.patch I needed to compute the cosine similarity between two items when running org.apache.mahout.cf.taste.hadoop.pseudo.RecommenderJob, I couldn't find an implementation (did I overlook it maybe?) so I created my own. I wa

[jira] Updated: (MAHOUT-387) Cosine item similarity implementation

2010-04-27 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter updated MAHOUT-387: -- Attachment: MAHOUT-387.patch > Cosine item similarity implementat