| Package | Description |
|---|---|
| org.apache.ignite.ml.tree.randomforest.data.impurity |
Contains implementation of impurity computers based on histograms.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<NodeSplit> |
ImpurityHistogram.checkAndReturnSplitValue(int bestBucketId,
double bestSplitVal,
double bestGain,
double impurity)
Checks split value validity and return Optional-wrap of it.
|
Optional<NodeSplit> |
MSEHistogram.findBestSplit()
Returns best split point computed on histogram if it exists.
|
Optional<NodeSplit> |
ImpurityHistogramsComputer.NodeImpurityHistograms.findBestSplit()
Find best split point, based on feature statistics.
|
Optional<NodeSplit> |
GiniHistogram.findBestSplit()
Returns best split point computed on histogram if it exists.
|
Optional<NodeSplit> |
ImpurityComputer.findBestSplit()
Returns best split point computed on histogram if it exists.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025