public class RandomTreesEx3 extends Object
Fits a random forest using C45 decision trees and calculates variable importance.
This example builds a random forest C45 with C45 decision trees on simulated categorical data. A variable importance measure based on the change in predictive accuracy is highest for variable 0.
Constructor and Description |
---|
RandomTreesEx3() |
Copyright © 2020 Rogue Wave Software. All rights reserved.