Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
VectorThresholdGiniImpurityLearner<OutputType>
Learns vector thresholds based on the Gini impurity measure.
|
class |
VectorThresholdHellingerDistanceLearner<OutputType>
A categorization tree decision function learner on vector data that learns a
vector value threshold function using the Hellinger distance.
|
class |
VectorThresholdInformationGainLearner<OutputType>
The
VectorThresholdInformationGainLearner computes the best
threshold over a dataset of vectors using information gain to determine the
optimal index and threshold. |
Modifier and Type | Method and Description |
---|---|
AbstractVectorThresholdMaximumGainLearner<OutputType> |
AbstractVectorThresholdMaximumGainLearner.clone() |