Uses of Class
cc.mallet.classify.C45.Node
-
Packages that use C45.Node Package Description cc.mallet.classify Classes for training and classifying instances. -
-
Uses of C45.Node in cc.mallet.classify
Methods in cc.mallet.classify that return C45.Node Modifier and Type Method Description C45.Node
C45.Node. getLeftChild()
C45.Node
C45.Node. getParent()
C45.Node
C45.Node. getRightChild()
C45.Node
C45. getRoot()
Methods in cc.mallet.classify with parameters of type C45.Node Modifier and Type Method Description protected void
C45Trainer. splitTree(C45.Node node, int depth)
Constructors in cc.mallet.classify with parameters of type C45.Node Constructor Description C45(Pipe instancePipe, C45.Node root)
Node(InstanceList ilist, C45.Node parent, int minNumInsts)
Node(InstanceList ilist, C45.Node parent, int minNumInsts, int[] instIndices)
-