| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VectorThresholdInformationGainLearner<OutputType>
The
VectorThresholdInformationGainLearner computes the best
threshold over a dataset of vectors using information gain to determine the
optimal index and threshold. |