| Package | Description |
|---|---|
| org.apache.ignite.ml.tree.randomforest |
Contains random forest implementation classes.
|
| org.apache.ignite.ml.tree.randomforest.data.impurity |
Contains implementation of impurity computers based on histograms.
|
| Modifier and Type | Method and Description |
|---|---|
protected ImpurityHistogramsComputer<GiniHistogram> |
RandomForestClassifierTrainer.createImpurityHistogramsComputer()
Creates an instance of Histograms Computer corresponding to RF implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected GiniHistogram |
GiniHistogramsComputer.createImpurityComputerForFeature(int sampleId,
BucketMeta meta)
Creates impurity computer in according to specific algorithm based on random forest (for example
GiniHistogram for classification). |
GiniHistogram |
GiniHistogram.plus(GiniHistogram other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GiniHistogram.isEqualTo(GiniHistogram other)
Compares histogram with other and returns true if they are equals
|
GiniHistogram |
GiniHistogram.plus(GiniHistogram other) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022