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

com.ibm.able.beans.decisiontree
Class TreeStructure

java.lang.Object
  |
  +--com.ibm.able.beans.decisiontree.TreeStructure

public class TreeStructure
extends java.lang.Object

class TreeStructure


Method Summary
 TreeNode buildTree()
          buildTree
static java.lang.String Copyright()
          Determine the copyright of this class.
 int[] divideSample(int first, int last, int feat, int countValues)
          divideSample
 TreeNode generateTree(int first, int last)
          generateTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildTree

public TreeNode buildTree()
buildTree

generateTree

public TreeNode generateTree(int first,
                             int last)
generateTree

divideSample

public int[] divideSample(int first,
                          int last,
                          int feat,
                          int countValues)
divideSample

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.

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

(C) Copyright IBM Corporation 1999, 2003