【发布时间】:2016-03-05 08:13:34
【问题描述】:
在 MATLAB 中,TreeBagger 类提供了一个属性 PermutedVarDeltaError 来衡量变量的重要性。我已经多次浏览了提供的定义:
对于任何变量,度量是预测误差的增加,如果
values of that variable are permuted across the observations。 这个度量是针对每棵树计算的,然后在整个树上取平均值 集合并除以整个标准差 合奏。
我无法理解values of that variable are permuted across the observations 部分。谁能给我解释一下?
【问题讨论】:
标签: matlab random-forest