ABLE 2.0.0 07/02/2003 10:25:01

Uses of Class
com.ibm.able.beans.decisiontree.TreeNode

Packages that use TreeNode
com.ibm.able.beans.decisiontree The Decision Tree package is used to develop rules for classifying objects. 
 

Uses of TreeNode in com.ibm.able.beans.decisiontree
 

Methods in com.ibm.able.beans.decisiontree that return TreeNode
 TreeNode DecisionTree.getRoot()
           
 TreeNode TreeStructure.buildTree()
          buildTree
 TreeNode TreeStructure.generateTree(int first, int last)
          generateTree
 

Methods in com.ibm.able.beans.decisiontree with parameters of type TreeNode
 void PrintTree.showTree(TreeNode node, int depth)
          showTree
 short ClassifyTree.assignClass(short[] example, TreeNode node)
          assignClass
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003