Uses of Class
weka.classifiers.trees.UserClassifier.TreeClass

Packages that use UserClassifier.TreeClass
weka.classifiers.trees   
 

Uses of UserClassifier.TreeClass in weka.classifiers.trees
 

Fields in weka.classifiers.trees declared as UserClassifier.TreeClass
 UserClassifier.TreeClass UserClassifier.TreeClass.m_set1
           
 UserClassifier.TreeClass UserClassifier.TreeClass.m_set2
           
 UserClassifier.TreeClass UserClassifier.TreeClass.m_parent
           
private  UserClassifier.TreeClass UserClassifier.m_top
          Two references to the structure of the decision tree.
private  UserClassifier.TreeClass UserClassifier.m_focus
          Two references to the structure of the decision tree.
 

Methods in weka.classifiers.trees that return UserClassifier.TreeClass
 UserClassifier.TreeClass UserClassifier.TreeClass.getNode(java.lang.String id)
          Goes through the tree structure recursively and returns the node that has the id.
 

Constructors in weka.classifiers.trees with parameters of type UserClassifier.TreeClass
UserClassifier.TreeClass(FastVector r, int a1, int a2, int id, double w, Instances i, UserClassifier.TreeClass p)
          Constructs a TreeClass node with all the important information.