Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
D
E
G
K
L
M
N
S
T
W
B
buildClassifier(Instances)
- Method in class weka.classifiers.trees.
ExtraTree
Builds one tree.
D
distributionForInstance(Instance)
- Method in class weka.classifiers.trees.
ExtraTree
Returns the distribution.
E
ExtraTree
- Class in
weka.classifiers.trees
Class for generating a single Extra-Tree.
ExtraTree()
- Constructor for class weka.classifiers.trees.
ExtraTree
G
generatePartition(Instances)
- Method in class weka.classifiers.trees.
ExtraTree
Builds the classifier to generate a partition.
getCapabilities()
- Method in class weka.classifiers.trees.
ExtraTree
Returns default capabilities of the classifier.
getK()
- Method in class weka.classifiers.trees.
ExtraTree
Get the value of K.
getMembershipValues(Instance)
- Method in class weka.classifiers.trees.
ExtraTree
Computes array that indicates node membership.
getNmin()
- Method in class weka.classifiers.trees.
ExtraTree
Get the value of n_min.
getOptions()
- Method in class weka.classifiers.trees.
ExtraTree
Gets options from this classifier.
getRevision()
- Method in class weka.classifiers.trees.
ExtraTree
Returns the revision string.
getTechnicalInformation()
- Method in class weka.classifiers.trees.
ExtraTree
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.
ExtraTree
Returns a string describing classifier
K
kTipText()
- Method in class weka.classifiers.trees.
ExtraTree
Returns the tip text for this property
L
listOptions()
- Method in class weka.classifiers.trees.
ExtraTree
Lists the command-line options for this classifier.
M
main(String[])
- Static method in class weka.classifiers.trees.
ExtraTree
Main method for this class.
N
nminTipText()
- Method in class weka.classifiers.trees.
ExtraTree
Returns the tip text for this property
numElements()
- Method in class weka.classifiers.trees.
ExtraTree
Returns the number of elements in the partition.
S
setK(int)
- Method in class weka.classifiers.trees.
ExtraTree
Set the value of K.
setNmin(int)
- Method in class weka.classifiers.trees.
ExtraTree
Set the value of n_min.
setOptions(String[])
- Method in class weka.classifiers.trees.
ExtraTree
Parses a given list of options.
T
toString()
- Method in class weka.classifiers.trees.
ExtraTree
Returns classifier description.
W
weka.classifiers.trees
- package weka.classifiers.trees
B
D
E
G
K
L
M
N
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes