简体   繁体   English

森林随机R包中的袋外观察

[英]Out of bag observation in randomForest R-Package

I need to find the object in randomForest that has the out-of-bag data. 我需要在randomForest中找到具有数据包数据的对象。 The out-of-bag error rate can be found but the observations on which this error is based are not given. 可以找到袋外错误率,但是没有给出该错误所基于的观察结果。 How to find this object? 如何找到这个物体?

I don't think so. 我不这么认为。 In general randomForest will create many out-of-bag samples in the course of the algorithm, not one. 通常, randomForest将在算法过程中创建许多袋装样本,而不是一个。 So there is not one out-of-bag observation set to begin with. 因此,开始时没有一个自付费用的观察集。

Search through http://cran.r-project.org/web/packages/randomForest/randomForest.pdf to see mentions of how out-of-bag is used. 通过http://cran.r-project.org/web/packages/randomForest/randomForest.pdf进行搜索,以了解有关如何使用手提包的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM