public class RandomTreesEx2 extends Object
Fits a random forest to Fisher's Iris data using ALACART decision trees.
This example builds a random forest RandomTrees with ALACART decision trees. Classification errors for the Iris data are shown using the out-of-bag predictions. An out-of-bag prediction for an observation is generated by models fitted to bootstrap samples that do not include the observation.
Constructor and Description |
---|
RandomTreesEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.