ABLE 2.3.0 07/13/2005 14:21:00

com.ibm.able.beans.decisiontree
Class TreeStructure

java.lang.Object
  extended bycom.ibm.able.beans.decisiontree.TreeStructure

public class TreeStructure
extends java.lang.Object

class TreeStructure


Method Summary
 TreeNode buildTree()
          buildTree
 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


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005