Skip navigation links
B C D E G M N T W 

B

buildClassifier(Instances) - Method in class weka.classifiers.trees.NBTree
Generates the classifier.

C

classifyInstance(Instance) - Method in class weka.classifiers.trees.NBTree
Classifies an instance.

D

distributionForInstance(Instance) - Method in class weka.classifiers.trees.NBTree
Returns class probabilities for an instance.

E

enumerateMeasures() - Method in class weka.classifiers.trees.NBTree
Returns an enumeration of the additional measure names

G

getCapabilities() - Method in class weka.classifiers.trees.NBTree
Returns default capabilities of the classifier tree.
getMeasure(String) - Method in class weka.classifiers.trees.NBTree
Returns the value of the named measure
getRevision() - Method in class weka.classifiers.trees.NBTree
Returns the revision string.
getTechnicalInformation() - Method in class weka.classifiers.trees.NBTree
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.NBTree
Returns a string describing classifier
graph() - Method in class weka.classifiers.trees.NBTree
Returns graph describing the tree.
graphType() - Method in class weka.classifiers.trees.NBTree
Returns the type of graph this classifier represents.

M

main(String[]) - Static method in class weka.classifiers.trees.NBTree
Main method for testing this class
measureNumLeaves() - Method in class weka.classifiers.trees.NBTree
Returns the number of leaves
measureNumRules() - Method in class weka.classifiers.trees.NBTree
Returns the number of rules (same as number of leaves)
measureTreeSize() - Method in class weka.classifiers.trees.NBTree
Returns the size of the tree

N

NBTree - Class in weka.classifiers.trees
Class for generating a decision tree with naive Bayes classifiers at the leaves.

For more information, see

Ron Kohavi: Scaling Up the Accuracy of Naive-Bayes Classifiers: A Decision-Tree Hybrid.
NBTree() - Constructor for class weka.classifiers.trees.NBTree
 

T

toString() - Method in class weka.classifiers.trees.NBTree
Returns a description of the classifier.
toSummaryString() - Method in class weka.classifiers.trees.NBTree
Returns a superconcise version of the model

W

weka.classifiers.trees - package weka.classifiers.trees
 
B C D E G M N T W 
Skip navigation links