Re: [R] Dump decision trees of randomForest object

2008-10-09 Thread Christian Sturz
Von: "Liaw, Andy" <[EMAIL PROTECTED]> > An: "Christian Sturz" <[EMAIL PROTECTED]>, r-help@r-project.org > Betreff: RE: [R] Dump decision trees of randomForest object > See the getTree() function in the package. Also, the source package > contains C code t

[R] Dump decision trees of randomForest object

2008-10-09 Thread Christian Sturz
Hi, I'm using the package randomForest to generate a classifier for the exemplary iris data set: data(iris) iris.rf<-randomForest(Species~.,iris) Is it possible to print all decision trees in the generated forest? If so, can the trees be also written to disk? What I actually need is to translat

[R] [randomForest]: display decision trees

2008-10-08 Thread Christian Sturz
Hi, I'm using the package randomForest to generate a classifier for the exemplary iris data set: data(iris) iris.rf<-randomForest(Species~.,iris) Is it possible to print all decision trees in the generated forest? If so, can the trees be also written to disk? What I actually need is to translat