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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
(C) Copyright IBM Corporation 1999, 2003