Searched refs:BRUTE_FORCE (Results 1 – 3 of 3) sorted by relevance
141 int getType() const { return ml::KNearest::BRUTE_FORCE; } in getType()448 if (val != BRUTE_FORCE && val != KDTREE) in setAlgorithmType()449 val = BRUTE_FORCE; in setAlgorithmType()456 initImpl(BRUTE_FORCE); in KNearestImpl()474 int algorithmType = BRUTE_FORCE; in read()
17 BRUTE_FORCE = 1, field in KNearest
460 BRUTE_FORCE=1, enumerator