| Package | Description | 
|---|---|
| org.apache.ignite.ml.composition.boosting | 
 Contains Gradient Boosting regression and classification abstract classes
 allowing regressor type selecting in child classes. 
 | 
| org.apache.ignite.ml.tree.boosting | 
 Contains implementation of gradient boosting on trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected @NotNull List<Model<Vector,Double>> | 
GDBLearningStrategy.initLearningState(GDBTrainer.GDBModel mdlToUpdate)
Restores state of already learned model if can and sets learning parameters according to this state. 
 | 
<K,V> List<Model<Vector,Double>> | 
GDBLearningStrategy.update(GDBTrainer.GDBModel mdlToUpdate,
      DatasetBuilder<K,V> datasetBuilder,
      IgniteBiFunction<K,V,Vector> featureExtractor,
      IgniteBiFunction<K,V,Double> lbExtractor)
Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then
 trainer updates model in according to new data and return new model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> List<Model<Vector,Double>> | 
GDBOnTreesLearningStrategy.update(GDBTrainer.GDBModel mdlToUpdate,
      DatasetBuilder<K,V> datasetBuilder,
      IgniteBiFunction<K,V,Vector> featureExtractor,
      IgniteBiFunction<K,V,Double> lbExtractor)
Gets state of model in arguments, compare it with training parameters of trainer and if they are fit then
 trainer updates model in according to new data and return new model. 
 | 
                                     
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                 Follow @ApacheIgnite                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                     Ignite Database and Caching Platform                                                                                                                   :                                                               ver. 2.7.2                                                                                                                                                                                                                                                                                                                                    Release Date                                                                                                                   :                                                               February 6 2019