Skip to content
Prev 12560 / 398502 Next

Floating point "fuzz" and rpart?

On Wed, 25 Jul 2001, Marc Feldesman wrote:

            
Windows has a load of DLLs providing the run-time system, notably
msvcrt.dll.  I suspect different versions of msvcrt.dll.
That is a little surprising (because most of rpart is in double precision
in R, single precision in S).  But it does make differences to `unstable'
methods (in Breiman's terminology) and CART is one of the most unstable
(hence bagging).

I should say that rpart_3.0-0 (the version in R 1.3.0) has a few problems
(as the first of a new major revision), although I am not aware of anything
giving incorrect results outside the survival area (where the author
convinced himself the new results were right, and has now changed his
mind).  He is getting all the new features in now, in anticipation of rpart
shipping with S-PLUS.

Brian