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
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)]
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