Hello Andre,
Could you post the stacktrace of your error? I guess there must be some
problem with your local setup as the builds on our continuous
integration system work fine.
--sebastian
On 25.02.2011 11:35, Andre Schumacher wrote:
Dear all,
I'm new to Mahout (and quite new to machine learning in general) but I was
wondering whether there may be a problem with the current SVN version
and missing class called DoubleFunction (part of ...math/function).
My concrete problem is that I would like to use SVDRecommender
together with ALSWRFactorizer and I get a missing class error
for DoubleFunction. I googled a bit and it seems that there used to
be a class called DoubleFunction but now there is only
DoubleDoubleFunction.
My question would be if there are pending changes to math vector/matrix
classes and if DoubleDoubleFunction has replaced DoubleFunction?
Thankful for any comments..
Andre