Towards generating random forests via extremely randomized trees

Le Zhang,Ye Ren,Ponnuthurai N. Suganthan
DOI: https://doi.org/10.1109/IJCNN.2014.6889537
2014-01-01
Abstract:The classification error of a specified classifier can be decomposed into bias and variance. Decision tree based classifier has very low bias and extremely high variance. Ensemble methods such as bagging can significantly reduce the variance of such unstable classifiers and thus return an ensemble classifier with promising generalized performance. In this paper, we compare different tree-induction strategies within a uniform ensemble framework. The results on several public datasets show that random partition (cut-point for univariate decision tree or both coefficients and cut-point for multivariate decision tree) without exhaustive search at each node of a decision tree can yield better performance with less computational complexity.
What problem does this paper attempt to address?