Class GradientBoostingEx4

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

public class GradientBoostingEx4 extends Object

Uses an input model to set the configuration of the base learner.

The example illustrates setting the configuration for the base learner by using an alternate constructor for the class, GradientBoosting. First, a decision tree ALACART is initialized and configured. Then the GradientBoosting object is constructed using the decision tree as input. The base learner for the GradientBoosting instance inherits the settings of the input model.

See Also:
  • Constructor Details

    • GradientBoostingEx4

      public GradientBoostingEx4()
  • Method Details