Liaw, Andy
2009-Jun-19 12:08 UTC
[R] FW: Can I estimate strength and correlation of Random Forest in R package " randomForest"?
Didn't realize the message was cc'ed to R-help. Here's my reply... ________________________________ From: Liaw, Andy Sent: Thursday, June 18, 2009 11:35 AM To: 'Li GUO' Subject: RE: Can I estimate strength and correlation of Random Forest in R package " randomForest"? The strength and correlation among trees in a random forest are based on the predictions of the individual trees. You can get that from the predict() method for a randomForest object with the predict.all option.>From there you can compute the strengths and correlations on your own.Andy ________________________________ From: Li GUO [mailto:guoli84 at yahoo.com] Sent: Thursday, June 18, 2009 11:03 AM To: Liaw, Andy Cc: r-help at r-project.org Subject: Can I estimate strength and correlation of Random Forest in R package " randomForest"? Hello! I want to estimate strength and correlation of RandomForest, but in package "randomForest" there is not an interface to get it. I think I must to change the source code <http://mail.yimg.com/a/i/mesg/tsmileys2/31.gif> . Is there any advise? Thanks, Li Notice: This e-mail message, together with any attachme...{{dropped:12}}
Seemingly Similar Threads
- Can I estimate strength and correlation of Random Forest in R package " randomForest"?
- Random Forest confusion matrix
- randomForest, 'No forest component...' error while calling Predict()
- new version of randomForest
- randomForest: too many elements specified?