Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
D
G
L
M
N
P
R
S
T
W
B
buildClassifier(Instances)
- Method in class weka.classifiers.meta.
RotationForest
builds the classifier.
D
distributionForInstance(Instance)
- Method in class weka.classifiers.meta.
RotationForest
Calculates the class membership probabilities for the given test instance.
G
getMaxGroup()
- Method in class weka.classifiers.meta.
RotationForest
Gets the maximum size of a group.
getMinGroup()
- Method in class weka.classifiers.meta.
RotationForest
Gets the minimum size of a group.
getNumberOfGroups()
- Method in class weka.classifiers.meta.
RotationForest
Get whether minGroup and maxGroup refer to the number of groups or their size
getOptions()
- Method in class weka.classifiers.meta.
RotationForest
Gets the current settings of the Classifier.
getProjectionFilter()
- Method in class weka.classifiers.meta.
RotationForest
Gets the filter used to project the data.
getRemovedPercentage()
- Method in class weka.classifiers.meta.
RotationForest
Gets the percentage of instances to be removed
getRevision()
- Method in class weka.classifiers.meta.
RotationForest
Returns the revision string.
getTechnicalInformation()
- Method in class weka.classifiers.meta.
RotationForest
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.meta.
RotationForest
Returns a string describing classifier
L
listOptions()
- Method in class weka.classifiers.meta.
RotationForest
Returns an enumeration describing the available options.
M
main(String[])
- Static method in class weka.classifiers.meta.
RotationForest
Main method for testing this class.
maxGroupTipText()
- Method in class weka.classifiers.meta.
RotationForest
Returns the tip text for this property
minGroupTipText()
- Method in class weka.classifiers.meta.
RotationForest
Returns the tip text for this property
N
numberOfGroupsTipText()
- Method in class weka.classifiers.meta.
RotationForest
Returns the tip text for this property
P
projectionFilterTipText()
- Method in class weka.classifiers.meta.
RotationForest
Returns the tip text for this property
R
removedPercentageTipText()
- Method in class weka.classifiers.meta.
RotationForest
Returns the tip text for this property
RotationForest
- Class in
weka.classifiers.meta
Class for construction a Rotation Forest.
RotationForest()
- Constructor for class weka.classifiers.meta.
RotationForest
Constructor.
S
setMaxGroup(int)
- Method in class weka.classifiers.meta.
RotationForest
Sets the maximum size of a group.
setMinGroup(int)
- Method in class weka.classifiers.meta.
RotationForest
Sets the minimum size of a group.
setNumberOfGroups(boolean)
- Method in class weka.classifiers.meta.
RotationForest
Set whether minGroup and maxGroup refer to the number of groups or their size
setOptions(String[])
- Method in class weka.classifiers.meta.
RotationForest
Parses a given list of options.
setProjectionFilter(Filter)
- Method in class weka.classifiers.meta.
RotationForest
Sets the filter used to project the data.
setRemovedPercentage(int)
- Method in class weka.classifiers.meta.
RotationForest
Sets the percentage of instance to be removed
T
toString()
- Method in class weka.classifiers.meta.
RotationForest
Returns description of the Rotation Forest classifier.
W
weka.classifiers.meta
- package weka.classifiers.meta
B
D
G
L
M
N
P
R
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes