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

com.ibm.able.beans.decisiontree
Class ClassifyTree

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

public class ClassifyTree
extends java.lang.Object

class ClassifyTree


Method Summary
 short assignClass(short[] example, TreeNode node)
          assignClass
 int countErrorsBatch(int sampleSize, short[][] valsNominal, short[] valsClass)
          countErrorsBatch
 void getResults(java.lang.String type)
          getResultsBatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResults

public void getResults(java.lang.String type)
getResultsBatch


countErrorsBatch

public int countErrorsBatch(int sampleSize,
                            short[][] valsNominal,
                            short[] valsClass)
countErrorsBatch


assignClass

public short assignClass(short[] example,
                         TreeNode node)
assignClass


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

(C) Copyright IBM Corporation 1999, 2005