| Package | Description |
|---|---|
| org.apache.ignite.ml.tree |
Root package for decision trees.
|
| org.apache.ignite.ml.tree.impurity.mse |
Contains mean squared error impurity measure and calculator.
|
| Constructor and Description |
|---|
DecisionTreeRegressionTrainer(int maxDeep,
double minImpurityDecrease,
StepFunctionCompressor<MSEImpurityMeasure> compressor)
Constructs a new decision tree regressor.
|
| Modifier and Type | Method and Description |
|---|---|
MSEImpurityMeasure |
MSEImpurityMeasure.add(MSEImpurityMeasure b)
Adds the given impurity to this.
|
MSEImpurityMeasure |
MSEImpurityMeasure.subtract(MSEImpurityMeasure b)
Subtracts the given impurity for this.
|
| Modifier and Type | Method and Description |
|---|---|
MSEImpurityMeasure |
MSEImpurityMeasure.add(MSEImpurityMeasure b)
Adds the given impurity to this.
|
MSEImpurityMeasure |
MSEImpurityMeasure.subtract(MSEImpurityMeasure b)
Subtracts the given impurity for this.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018