class cv::ml::KNearest
class cv::ml::LogisticRegression
Implementations of KNearest algorithm.
#include <ml.hpp> enum Types { BRUTE_FORCE =1, KDTREE =2, };