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 |
---|---|
GDBBinaryClassifierOnTreesTrainer |
GDBBinaryClassifierTrainer.withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
Modifier and Type | Method and Description |
---|---|
GDBBinaryClassifierOnTreesTrainer |
GDBBinaryClassifierOnTreesTrainer.setMaxDepth(int maxDepth)
Set up the max depth.
|
GDBBinaryClassifierOnTreesTrainer |
GDBBinaryClassifierOnTreesTrainer.setMinImpurityDecrease(double minImpurityDecrease)
Set up the min impurity decrease.
|
GDBBinaryClassifierOnTreesTrainer |
GDBBinaryClassifierOnTreesTrainer.withEnvironmentBuilder(LearningEnvironmentBuilder envBuilder)
Changes learning Environment.
|
GDBBinaryClassifierOnTreesTrainer |
GDBBinaryClassifierOnTreesTrainer.withUsingIdx(boolean usingIdx)
Set useIndex parameter and returns trainer instance.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024