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