【发布时间】:2016-05-07 06:49:53
【问题描述】:
randomForest 包中的randomForest() 函数非常有用provides the confusion matrix based on out-of-bag prediction in classification。
party 包does not seem to provide this information 中的cforest() 函数。在party documentation 中搜索“confusion”并没有产生任何有用的信息,searching here 也没有。也许我忽略了什么?
有没有办法获得 party::cforest() 分类模型的 OOB 混淆矩阵?
【问题讨论】:
标签: r random-forest party