程序包 weka.classifiers.lazy
package weka.classifiers.lazy
-
类类说明Nearest-neighbour classifier.K-nearest neighbours classifier.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.Lazy Bayesian Rules Classifier.Locally weighted learning.