Package weka.classifiers.misc

Class Summary
FLR Fuzzy Lattice Reasoning Classifier (FLR) v5.0

The Fuzzy Lattice Reasoning Classifier uses the notion of Fuzzy Lattices for creating a Reasoning Environment.
The current version can be used for classification using numeric predictors.

For more information see:

I.
HyperPipes Class implementing a HyperPipe classifier.
MinMaxExtension This class is an implementation of the minimal and maximal extension.
All attributes and the class are assumed to be ordinal.
OLM This class is an implementation of the Ordinal Learning Method
Further information regarding the algorithm and variants can be found in:

Arie Ben-David (1992).
OSDL This class is an implementation of the Ordinal Stochastic Dominance Learner.
Further information regarding the OSDL-algorithm can be found in:

S.
SerializedClassifier A wrapper around a serialized classifier model.
VFI Classification by voting feature intervals.