which_min {resemble}R Documentation

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

Details

Used internally to find the nearest neighbours

Value

a vector of the indices of the minimum value in each row of the input matrix

Author(s)

Antoine Stevens


[Package resemble version 1.2.2 Index]