I will make the change as soon as possible.
Thanks Jake for the hint =D
--- En date de : Jeu 10.6.10, Jake Mannix <jake.mannix@gmail.com> a écrit :
> De: Jake Mannix <jake.mannix@gmail.com>
> Objet: Re: Re : Reg: Maximum Split size in Random Forest
> À: user@mahout.apache.org
> Date: Jeudi 10 juin 2010, 7h01
> On Wed, Jun 9, 2010 at 9:54 PM, Karan
> Jindal <
> karan_jindal@students.iiit.ac.in>
> 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
>
|