Searched defs:sort_indices (Results 1 – 2 of 2) sorted by relevance
995 int* sort_indices = new int[branching_]; in findExactNN() local1013 void getCenterOrdering(KMeansNodePtr node, const ElementType* q, int* sort_indices) in getCenterOrdering()
79 std::vector<int> sort_indices = argsort(X_); in interp1_() local