B D G M T U W

B

buildClassifier(Instances) - Method in class weka.classifiers.trees.UserClassifier
Call this function to build a decision tree for the training data provided.

D

distributionForInstance(Instance) - Method in class weka.classifiers.trees.UserClassifier
Call this function to get a double array filled with the probability of how likely each class type is the class of the instance.

G

getCapabilities() - Method in class weka.classifiers.trees.UserClassifier
Returns default capabilities of the classifier.
getRevision() - Method in class weka.classifiers.trees.UserClassifier
Returns the revision string.
getTechnicalInformation() - Method in class weka.classifiers.trees.UserClassifier
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
globalInfo() - Method in class weka.classifiers.trees.UserClassifier
This will return a string describing the classifier.
graph() - Method in class weka.classifiers.trees.UserClassifier
 
graphType() - Method in class weka.classifiers.trees.UserClassifier
Returns the type of graph this classifier represents.

M

main(String[]) - Static method in class weka.classifiers.trees.UserClassifier
Main method for testing this class.

T

toString() - Method in class weka.classifiers.trees.UserClassifier
 

U

UserClassifier - Class in weka.classifiers.trees
Interactively classify through visual means.
UserClassifier() - Constructor for class weka.classifiers.trees.UserClassifier
Constructor
userCommand(TreeDisplayEvent) - Method in class weka.classifiers.trees.UserClassifier
Receives user choices from the tree view, and then deals with these choices.
userDataEvent(VisualizePanelEvent) - Method in class weka.classifiers.trees.UserClassifier
This receives shapes from the data view.

W

weka.classifiers.trees - package weka.classifiers.trees
 

B D G M T U W