public class GradientBoostingEx4 extends Object
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 and Description |
|---|
GradientBoostingEx4() |
Copyright © 2022 Rogue Wave Software. All rights reserved.