Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
G
L
M
O
R
S
T
W
B
buildClassifier(Instances)
- Method in class weka.classifiers.rules.
OLM
Generates the classifier.
C
CLASSIFICATION_CONSERVATIVE
- Static variable in class weka.classifiers.rules.
OLM
CLASSIFICATION_NEARESTNEIGHBOUR
- Static variable in class weka.classifiers.rules.
OLM
classificationModeTipText()
- Method in class weka.classifiers.rules.
OLM
Returns the tip text for this property
classifyInstance(Instance)
- Method in class weka.classifiers.rules.
OLM
Classifies a given instance.
G
getCapabilities()
- Method in class weka.classifiers.rules.
OLM
Returns default capabilities of the classifier.
getClassificationMode()
- Method in class weka.classifiers.rules.
OLM
Gets the classification mode.
getOptions()
- Method in class weka.classifiers.rules.
OLM
Gets the current settings of the Classifier.
getResolutionMode()
- Method in class weka.classifiers.rules.
OLM
Gets the resolution mode.
getRevision()
- Method in class weka.classifiers.rules.
OLM
Returns the revision string.
getRuleSize()
- Method in class weka.classifiers.rules.
OLM
getTechnicalInformation()
- Method in class weka.classifiers.rules.
OLM
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.rules.
OLM
Returns a string describing the classifier.
L
listOptions()
- Method in class weka.classifiers.rules.
OLM
Returns an enumeration describing the available options Valid options are:
M
main(String[])
- Static method in class weka.classifiers.rules.
OLM
Main method for testing this class
O
OLM
- Class in
weka.classifiers.rules
This class is an implementation of the Ordinal Learning Method (OLM).
Further information regarding the algorithm and variants can be found in:
Arie Ben-David (1992).
OLM()
- Constructor for class weka.classifiers.rules.
OLM
R
RESOLUTION_AVERAGE
- Static variable in class weka.classifiers.rules.
OLM
RESOLUTION_CONSERVATIVE
- Static variable in class weka.classifiers.rules.
OLM
RESOLUTION_NONE
- Static variable in class weka.classifiers.rules.
OLM
RESOLUTION_RANDOM
- Static variable in class weka.classifiers.rules.
OLM
resolutionModeTipText()
- Method in class weka.classifiers.rules.
OLM
Returns the tip text for this property
ruleSizeTipText()
- Method in class weka.classifiers.rules.
OLM
Returns the tip text for this property
S
setClassificationMode(SelectedTag)
- Method in class weka.classifiers.rules.
OLM
Sets the classification mode.
setOptions(String[])
- Method in class weka.classifiers.rules.
OLM
Parses a given list of options.
setResolutionMode(SelectedTag)
- Method in class weka.classifiers.rules.
OLM
Sets the resolution mode.
setRuleSize(int)
- Method in class weka.classifiers.rules.
OLM
T
TAGS_CLASSIFICATION
- Static variable in class weka.classifiers.rules.
OLM
TAGS_RESOLUTION
- Static variable in class weka.classifiers.rules.
OLM
toString()
- Method in class weka.classifiers.rules.
OLM
Prints a description of the classifier.
W
weka.classifiers.rules
- package weka.classifiers.rules
B
C
G
L
M
O
R
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes