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.
Constructor and Description |
---|
GradientBoostingEx4() |
Copyright © 2020 Rogue Wave Software. All rights reserved.