jsat.classifiers.trees
Interface TreeLearner
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DecisionTree, ERTrees, ExtraTree, RandomDecisionTree
public interface TreeLearner extends java.io.SerializableThis interface provides a contract that allows for the mutation and pruning of a tree using theTreeNodeVisitorand related classes.- See Also:
TreeNodeVisitor,TreePruner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description TreeNodeVisitorgetTreeNodeVisitor()Obtains a node visitor for the tree learner that can be used to traverse and predict from the learned tree
-
-
-
Method Detail
-
getTreeNodeVisitor
TreeNodeVisitor getTreeNodeVisitor()
Obtains a node visitor for the tree learner that can be used to traverse and predict from the learned tree- Returns:
- the root node visitor for the learned tree
-
-
DataMelt 3.0 © DataMelt by jWork.ORG