Package weka.classifiers.lazy

Class Summary
IB1 IB1-type classifier.
IBk K-nearest neighbours classifier.
KStar 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 Lazy Bayesian Rules implement a lazy learning approach to lessening the attribute-independence assumption of naive Bayes.
LWL Locally-weighted learning.