Searched refs:dist_indices_ (Results 1 – 1 of 1) sorted by relevance
330 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…331 … dist_indices_.end(); dist_index != dist_index_end; ++dist_index, ++indices, ++dist) {338 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…339 …dist_indices_.end(); (dist_index != dist_index_end) && (i < n_neighbors); ++dist_index, ++indices,…361 return dist_indices_.size(); in size()380 std::set<DistIndex> dist_indices_; variable409 dist_indices_.insert(DistIndex(dist, index)); in addPoint()412 if (dist_indices_.size() > capacity_) { in addPoint()413 dist_indices_.erase(*dist_indices_.rbegin()); in addPoint()414 worst_distance_ = dist_indices_.rbegin()->dist_; in addPoint()[all …]