随机森林

http://www.cnblogs.com/maybe2030/p/4585705.html

http://www.cnblogs.com/hrlnw/p/3850459.html

Random Forest与Bagging的区别在于:Bagging每次生成决策树的时候从全部的属性Attributes里面选择,而Random Forest是随机从全部Attributes的集合里面生成一个大小固定的子集,相对而言需要的计算量更小一些。

你可能感兴趣的:(随机森林)