Package weka.classifiers.lazy

Class Summary
IB1 IB1-type classifier.
IBk K-nearest neighbour classifier.
LBR Class for building and using a Lazy Bayesian classifier.
The naive Bayesian classifier provides a simple and effective approach to classifier learning, but its attribute independence assumption is often violated in the real world.
LWR Locally-weighted regression.