Class BootstrapAggregationEx1

java.lang.Object
com.imsl.test.example.datamining.BootstrapAggregationEx1

public class BootstrapAggregationEx1 extends Object

Performs bootstrap aggregation on a decision tree.

In this example, BootstrapAggregation is instantiated with a decision tree estimated by the QUEST algorithm. The aggregated predictions are generated for a categorical response variable with 4 levels.

See Also:
  • Constructor Details

    • BootstrapAggregationEx1

      public BootstrapAggregationEx1()
  • Method Details