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
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
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
3 matches
Mail list logo