weka.classifiers.misc |
|
Java Source File Name | Type | Comment |
FLR.java | Class |
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.java | Class |
Class implementing a HyperPipe classifier. |
MinMaxExtension.java | Class |
This class is an implementation of the minimal and maximal extension.
All attributes and the class are assumed to be ordinal. |
OLM.java | Class |
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.java | Class |
This class is an implementation of the Ordinal Stochastic Dominance Learner.
Further information regarding the OSDL-algorithm can be found in:
S. |
SerializedClassifier.java | Class |
A wrapper around a serialized classifier model. |
VFI.java | Class |
Classification by voting feature intervals. |