I will make the change as soon as possible. Thanks Jake for the hint =D --- En date de : Jeu 10.6.10, Jake Mannix <[email protected]> a écrit :
> De: Jake Mannix <[email protected]> > Objet: Re: Re : Reg: Maximum Split size in Random Forest > À: [email protected] > Date: Jeudi 10 juin 2010, 7h01 > On Wed, Jun 9, 2010 at 9:54 PM, Karan > Jindal < > [email protected]> > wrote: > > > Hi jake, > > > > I am assuming that by hitting u mean calling that > function > > Reporter.progress(). But in which part the code this > function needs to be > > called? > > > > Inside the map() method of your Mapper, you will have a > reference to a > Reporter > instance (call it 'rep') - calling rep.progress() once per > map() method > invocation > should be more than enough, unless you iterate many many > times inside > of one map() invocation. > > -jake >
