calcEuclideanDistance3 {spNetwork}R Documentation

euclidean distance between rows of a matrix and a vector (arma mode)

Description

euclidean distance between rows of a matrix and a vector (arma mode)

Usage

calcEuclideanDistance3(y, x)

Arguments

y

a matrix

x

a vector (same length as ncol(matrix))

Value

a vector (same length as nrow(matrix))


[Package spNetwork version 0.4.4.6 Index]