pdist: Distance between vector and matrix

Description Usage Arguments Value

View source: R/ps_metrics.R

Description

This function computes and returns the minimum distance between a vector and a matrix

Usage

1
pdist(point, set, method = "manhattan")

Arguments

point

numeric vector

set

numeric matrix

method

String stating which distance measure to be used. This must be one of: "euclidean" or "manhattan" (default).

Value

numeric value indicating the minimum distance between point and set.


moko documentation built on July 2, 2020, 3:59 a.m.