which_min {resemble} | R Documentation |
For internal use only
which_min(X,cores)
X |
a square |
cores |
number of cores used to run the computation |
Used internally to find the nearest neighbours
a vector
of the indices of the minimum value in each row of the input matrix
Antoine Stevens