Uses of Class
cc.mallet.classify.DecisionTree.Node
-
Packages that use DecisionTree.Node Package Description cc.mallet.classify Classes for training and classifying instances. -
-
Uses of DecisionTree.Node in cc.mallet.classify
Methods in cc.mallet.classify that return DecisionTree.Node Modifier and Type Method Description DecisionTree.Node
DecisionTree.Node. getFeatureAbsentChild()
DecisionTree.Node
DecisionTree.Node. getFeaturePresentChild()
DecisionTree.Node
DecisionTree. getRoot()
Methods in cc.mallet.classify with parameters of type DecisionTree.Node Modifier and Type Method Description protected void
DecisionTreeTrainer. splitTree(DecisionTree.Node node, FeatureSelection selectedFeatures, int depth)
Constructors in cc.mallet.classify with parameters of type DecisionTree.Node Constructor Description DecisionTree(Pipe instancePipe, DecisionTree.Node root)
Node(InstanceList ilist, DecisionTree.Node parent, FeatureSelection fs)
-