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 | Class and Description |
---|---|
class |
GDBBinaryClassifierTrainer
Trainer for binary classifier using Gradient Boosting.
|
class |
GDBRegressionTrainer
Trainer for regressor using Gradient Boosting.
|
Modifier and Type | Method and Description |
---|---|
GDBTrainer |
GDBTrainer.withCheckConvergenceStgyFactory(ConvergenceCheckerFactory factory)
Sets CheckConvergenceStgyFactory.
|
GDBTrainer |
GDBTrainer.withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
Modifier and Type | Class and Description |
---|---|
class |
GDBBinaryClassifierOnTreesTrainer
Implementation of Gradient Boosting Classifier Trainer on trees.
|
class |
GDBRegressionOnTreesTrainer
Implementation of Gradient Boosting Regression Trainer on trees.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024