Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
CategorizationTreeLearner<InputType,OutputType>
The
CategorizationTreeLearner class implements a supervised learning
algorithm for learning a categorization tree. |
class |
RegressionTreeLearner<InputType>
The
RegressionTreeLearner class implements a learning algorithm for
a regression tree that makes use of a decider learner and a regression
learner. |
Modifier and Type | Method and Description |
---|---|
AbstractDecisionTreeLearner<InputType,OutputType> |
AbstractDecisionTreeLearner.clone() |