Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
CategorizationTree<InputType,OutputType>
The
CategorizationTree class extends the DecisionTree class
to implement a decision tree that does categorization. |
class |
RegressionTree<InputType>
The
RegressionTree class extends the DecisionTree class
to implement a decision tree that does regression. |
Modifier and Type | Method and Description |
---|---|
DecisionTree<InputType,OutputType> |
DecisionTree.clone() |