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

Uses of Class
com.ibm.able.beans.decisiontree.Data

Packages that use Data
com.ibm.able.beans.decisiontree The Decision Tree package is used to develop rules for classifying objects. 
 

Uses of Data in com.ibm.able.beans.decisiontree
 

Methods in com.ibm.able.beans.decisiontree with parameters of type Data
 void LearningAlgorithm.buildHypothesis(Data data)
          buildHypothesis
 void LearningAlgorithm.pruneHypothesis(Data data)
          pruneHypothesis
 void LearningAlgorithm.printHypothesis(Data data)
          printHypothesis
 void LearningAlgorithm.classify(Data data)
          classify
protected  void Discretize.extendNominals(Data data, short intervals)
          extendNominals
 void DecisionTree.buildHypothesis(Data data)
          buildHypothesis
 void DecisionTree.pruneHypothesis(Data data)
          pruneHypothesis
 void DecisionTree.printHypothesis(Data data)
          printHypothesis
 void DecisionTree.classifyBatch(Data data)
          classifyBatch
 short DecisionTree.classifyOneExample(Data data, short[] example)
          classifyOneExample
 

Constructors in com.ibm.able.beans.decisiontree with parameters of type Data
Discretize(Data newData)
          constructor
 


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

(C) Copyright IBM Corporation 1999, 2005