Searched refs:ScoreIndexPair (Results 1 – 1 of 1) sorted by relevance
228 typedef std::pair<float, unsigned int> ScoreIndexPair; typedef231 bool operator()(const ScoreIndexPair& left, const ScoreIndexPair& right) const in operator()266 static std::vector<ScoreIndexPair> score_index_heap; in getNeighbors()292 … score_index_heap.push_back(ScoreIndexPair(hamming_distance, training_index)); in getNeighbors()328 …if (hamming_distance < radius) score_index_heap.push_back(ScoreIndexPair(hamming_distance, trainin… in getNeighbors()