just did a fresh checkout, downloaded the patch from JIRA applied it. Building Mahout using Maven give me no error at all!
Not sure what the problem is. How have you applied the patch ? --- En date de : Lun 8.3.10, Cui tony <[email protected]> a écrit : > De: Cui tony <[email protected]> > Objet: Re: decision forest > À: [email protected] > Date: Lundi 8 mars 2010, 4h58 > Hi,deneche > > Is there something wrong? In new BuildForest.java, > it use > DFUtils.storeWritable(getConf(), > forestPath, forest); > But in DFUtils.java, the definition is public > static void > storeWritable(Configuration conf, Path path, Writable > writable) throws > IOException > So I get the error message in eclipse : > > The method > storeWritable(Configuration, Path, Writable) in the type > DFUtils is not applicable for the arguments (Configuration, > Path, > DecisionForest) > > > > 2010/3/7 deneche abdelhakim <[email protected]> > > > Actually I've been working on this for some time. I > decided to post a patch > > yesterday but being a genius I forgot to actually > attach the patch :P > > > > I should be able to commit the patch as soon as > possible. I did some tests > > on a NSL-KDD and the results seems Ok > > > > --- En date de : Dim 7.3.10, Cui tony <[email protected]> > a écrit : > > > > > De: Cui tony <[email protected]> > > > Objet: Re: decision forest > > > À: [email protected] > > > Date: Dimanche 7 mars 2010, 5h25 > > > Thanks, Ted! > > > > > > This is really new code, just created yesterday, > even the > > > patch has not been > > > attached for now :) > > > > > > > > > 2010/3/7 Ted Dunning <[email protected]> > > > > > > > See here: https://issues.apache.org/jira/browse/MAHOUT-323 > > > > > > > > And yes, this is new code that is not even > part of > > > trunk. > > > > > > > > On Sat, Mar 6, 2010 at 7:30 PM, Cui tony > <[email protected]> > > > wrote: > > > > > > > > > Hi, > > > > > It said on cwiki that "For now > you can only > > > build decision trees, but > > > > you > > > > > can't, yet, use them to classify > unknown data". > > > Have this issue been > > > > > resolved now? > > > > > > > > > > I also check the code, it seems > still not > > > been finished yet. Am I right? > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > > > > > > > -- > > > > Ted Dunning, CTO > > > > DeepDyve > > > > > > > > > > > > > > > >
