Re: Mahout in Clojure

2010-05-06 Thread klathrop
Hoops indeed! Thank you, the solution works great. On May 5, 11:05 pm, ataggart wrote: > Wow! What hoops one has to jump through to fit things in an "OO" API, > eh? > > Anyway, if you're using 1.2: > > (reify RecommenderBuilder >   (buildRecommender [this model] >     (let [similarity (PearsonCo

Re: Mahout in Clojure

2010-05-05 Thread ataggart
Wow! What hoops one has to jump through to fit things in an "OO" API, eh? Anyway, if you're using 1.2: (reify RecommenderBuilder (buildRecommender [this model] (let [similarity (PearsonCorrelationSimilarity. model) neighborhood (NearestNUserNeighborhood. 2 similarity model)]

Re: Mahout in Clojure

2010-05-05 Thread Krukow
On May 5, 2:40 pm, klathrop wrote: [snip] > Its the RecommenderBuilder that's giving me trouble.  I've tried using > proxy with no luck.  Any suggestions? Can you post the code that fails? /Karl -- You received this message because you are subscribed to the Google Groups "Clojure" group. To po