which_min {resemble} | R Documentation |
For internal use only
which_min(X)
X |
a square matrix of distances |
Used internally to find the nearest neighbors
a vector of the indices of the minimum value in each row of the input matrix
Antoine Stevens