com.ibm.able.beans.decisiontree
Class ClassifyTree
java.lang.Object
|
+--com.ibm.able.beans.decisiontree.ClassifyTree
- public class ClassifyTree
- extends java.lang.Object
class ClassifyTree
Method Summary |
short |
assignClass(short[] example,
TreeNode node)
assignClass |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
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 |
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
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