Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
Modifier and Type | Method and Description |
---|---|
CategorizationTreeNode<InputType,OutputType,InteriorType> |
CategorizationTreeNode.clone() |
protected CategorizationTreeNode<InputType,OutputType,?> |
CategorizationTreeLearner.learnNode(java.util.Collection<? extends InputOutputPair<? extends InputType,OutputType>> data,
AbstractDecisionTreeNode<InputType,OutputType,?> parent)
Recursively learns the categorization tree using the given collection
of data, returning the created node.
|