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