Join us for
RADAR: AI Edition
Save Your Seat
Rdocumentation
powered by
Learn R Programming
resemble (version 1.2.2)
which_min: A function to compute row-wise index of minimum values of a square distance matrix
Description
For internal use only
Usage
which_min(X,cores)
Arguments
X
a square
matrix
of distance
cores
number of cores used to run the computation
Value
a
vector
of the indices of the minimum value in each row of the input
matrix
Details
Used internally to find the nearest neighbours