JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
F
G
L
M
R
S
T
W
B
buildClassifier(Instances)
- Method in class weka.classifiers.rules.
Ridor
Builds a ripple-down manner rule learner.
C
classifyInstance(Instance)
- Method in class weka.classifiers.rules.
Ridor
Classify the test instance with the rule learner
E
enumerateMeasures()
- Method in class weka.classifiers.rules.
Ridor
Returns an enumeration of the additional measure names
F
foldsTipText()
- Method in class weka.classifiers.rules.
Ridor
Returns the tip text for this property
G
getCapabilities()
- Method in class weka.classifiers.rules.
Ridor
Returns default capabilities of the classifier.
getFolds()
- Method in class weka.classifiers.rules.
Ridor
getMajorityClass()
- Method in class weka.classifiers.rules.
Ridor
getMeasure(String)
- Method in class weka.classifiers.rules.
Ridor
Returns the value of the named measure
getMinNo()
- Method in class weka.classifiers.rules.
Ridor
getOptions()
- Method in class weka.classifiers.rules.
Ridor
Gets the current settings of the Classifier.
getRevision()
- Method in class weka.classifiers.rules.
Ridor
Returns the revision string.
getSeed()
- Method in class weka.classifiers.rules.
Ridor
getShuffle()
- Method in class weka.classifiers.rules.
Ridor
getWholeDataErr()
- Method in class weka.classifiers.rules.
Ridor
globalInfo()
- Method in class weka.classifiers.rules.
Ridor
Returns a string describing classifier
L
listOptions()
- Method in class weka.classifiers.rules.
Ridor
Returns an enumeration describing the available options Valid options are:
M
main(String[])
- Static method in class weka.classifiers.rules.
Ridor
Main method.
majorityClassTipText()
- Method in class weka.classifiers.rules.
Ridor
Returns the tip text for this property
minNoTipText()
- Method in class weka.classifiers.rules.
Ridor
Returns the tip text for this property
R
Ridor
- Class in
weka.classifiers.rules
An implementation of a RIpple-DOwn Rule learner.
It generates a default rule first and then the exceptions for the default rule with the least (weighted) error rate.
Ridor()
- Constructor for class weka.classifiers.rules.
Ridor
S
seedTipText()
- Method in class weka.classifiers.rules.
Ridor
Returns the tip text for this property
setFolds(int)
- Method in class weka.classifiers.rules.
Ridor
setMajorityClass(boolean)
- Method in class weka.classifiers.rules.
Ridor
setMinNo(double)
- Method in class weka.classifiers.rules.
Ridor
setOptions(String[])
- Method in class weka.classifiers.rules.
Ridor
Parses a given list of options.
setSeed(int)
- Method in class weka.classifiers.rules.
Ridor
setShuffle(int)
- Method in class weka.classifiers.rules.
Ridor
setWholeDataErr(boolean)
- Method in class weka.classifiers.rules.
Ridor
shuffleTipText()
- Method in class weka.classifiers.rules.
Ridor
Returns the tip text for this property
T
toString()
- Method in class weka.classifiers.rules.
Ridor
Prints the all the rules of the rule learner.
W
weka.classifiers.rules
- package weka.classifiers.rules
wholeDataErrTipText()
- Method in class weka.classifiers.rules.
Ridor
Returns the tip text for this property
B
C
E
F
G
L
M
R
S
T
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes