Searched refs:KDTREE (Results 1 – 5 of 5) sorted by relevance
365 int getType() const { return ml::KNearest::KDTREE; } in getType()448 if (val != BRUTE_FORCE && val != KDTREE) in setAlgorithmType()476 algorithmType = KDTREE; in read()504 if (algorithmType != KDTREE) in initImpl()
95 KDTREE = 1, enumerator
18 KDTREE = 2; field in KNearest
461 KDTREE=2 enumerator
334 knearestKdt->setAlgorithmType(KNearest::KDTREE); in run()