Uses of Class
cc.mallet.classify.C45.Node

Packages that use C45.Node
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
 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
protected  void C45Trainer.splitTree(C45.Node node, int depth)
           
 

Constructors in cc.mallet.classify with parameters of type C45.Node
C45.Node(InstanceList ilist, C45.Node parent, int minNumInsts)
           
C45.Node(InstanceList ilist, C45.Node parent, int minNumInsts, int[] instIndices)
           
C45(Pipe instancePipe, C45.Node root)