weka.classifiers.lazy |
|
Java Source File Name | Type | Comment |
IB1.java | Class |
Nearest-neighbour classifier. |
IBk.java | Class |
K-nearest neighbours classifier. |
KStar.java | Class |
K* is an instance-based classifier, that is the class of a test instance is based upon the class of those training instances similar to it, as determined by some similarity function. |
LBR.java | Class |
Lazy Bayesian Rules Classifier. |
LWL.java | Class |
Locally weighted learning. |