Package | Description |
---|---|
org.apache.ignite.ml.dataset.feature |
Package for helper classes over features such as
ObjectHistogram or
FeatureMeta . |
org.apache.ignite.ml.tree.randomforest.data.impurity |
Contains implementation of impurity computers based on histograms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Histogram<T,H extends Histogram<T,H>>
Interface of histogram over type T.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectHistogram<T>
Basic implementation of
Histogram that implements also DistributionComputer . |
Modifier and Type | Interface and Description |
---|---|
interface |
ImpurityComputer<T,H extends Histogram<T,H>>
Interface represents an object that can compute best splitting point using features histograms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImpurityComputer<T,H extends Histogram<T,H>>
Interface represents an object that can compute best splitting point using features histograms.
|
Modifier and Type | Class and Description |
---|---|
class |
GiniHistogram
Class contains implementation of splitting point finding algorithm based on Gini metric (see
https://en.wikipedia.org/wiki/Gini_coefficient) and represents a set of histograms in according to this metric.
|
class |
MSEHistogram
Class contains implementation of splitting point finding algorithm based on MSE metric (see https://en.wikipedia.org/wiki/Mean_squared_error)
and represents a set of histograms in according to this metric.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019