Re: [R] Random Forests in R

2011-12-02 Thread Axel Urbiz
elp-boun...@r-project.org] On Behalf Of Peter Langfelder > > Sent: Thursday, December 01, 2011 12:33 AM > > To: Axel Urbiz > > Cc: R-help@r-project.org > > Subject: Re: [R] Random Forests in R > > > > On Wed, Nov 30, 2011 at 7:48 PM, Axel Urbiz > >

Re: [R] Random Forests in R

2011-12-01 Thread Liaw, Andy
> Cc: R-help@r-project.org > Subject: Re: [R] Random Forests in R > > On Wed, Nov 30, 2011 at 7:48 PM, Axel Urbiz > wrote: > > I understand the original implementation of Random Forest > was done in > > Fortran code. In the source files of the R implementation > t

Re: [R] Random Forests in R

2011-11-30 Thread Peter Langfelder
On Wed, Nov 30, 2011 at 7:48 PM, Axel Urbiz wrote: > I understand the original implementation of Random Forest was done in > Fortran code. In the source files of the R implementation there is a note > "C wrapper for random forests:  get input from R and drive  the Fortran > routines.". I'm far fro

[R] Random Forests in R

2011-11-30 Thread Axel Urbiz
I understand the original implementation of Random Forest was done in Fortran code. In the source files of the R implementation there is a note "C wrapper for random forests: get input from R and drive the Fortran routines.". I'm far from an expert on this...does that mean that the implementation