|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.beans.decisiontree.LearningAlgorithm
com.ibm.able.beans.decisiontree.DecisionTree
class DecisionTree
| Field Summary | |
|---|---|
static java.lang.String |
Copyright
|
static short |
RUN
|
static short |
TEST
|
static short |
TRAIN
|
| Constructor Summary | |
|---|---|
DecisionTree()
constructor |
|
| Method Summary | |
|---|---|
void |
buildHypothesis(Data data)
buildHypothesis |
void |
classifyBatch(Data data)
classifyBatch |
short |
classifyOneExample(Data data,
short[] example)
classifyOneExample |
TreeNode |
getRoot()
|
void |
outputStats()
outputStats |
void |
printHypothesis(Data data)
printHypothesis |
void |
pruneHypothesis(Data data)
pruneHypothesis |
void |
readOptions()
readOptions |
| Methods inherited from class com.ibm.able.beans.decisiontree.LearningAlgorithm |
|---|
classify, fileName, readGeneralOptions, setFileName, setTestExamples, testExamples |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String Copyright
public static final short TRAIN
public static final short TEST
public static final short RUN
| Constructor Detail |
public DecisionTree()
| Method Detail |
public void readOptions()
public void buildHypothesis(Data data)
buildHypothesis in class LearningAlgorithmpublic TreeNode getRoot()
public void pruneHypothesis(Data data)
pruneHypothesis in class LearningAlgorithmpublic void printHypothesis(Data data)
printHypothesis in class LearningAlgorithmpublic void outputStats()
outputStats in class LearningAlgorithmpublic void classifyBatch(Data data)
public short classifyOneExample(Data data,
short[] example)
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||