Class RandomTreesEx3
java.lang.Object
com.imsl.test.example.datamining.decisionTree.RandomTreesEx3
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomTreesEx3
public RandomTreesEx3()
-
-
Method Details
-
main
- Throws:
Exception
-