computeDistanceFromPointToSetOfPoints {ecr} | R Documentation |
Computes distance between a single point and set of points.
Description
Helper to compute distance between a single point and a point set.
Usage
computeDistanceFromPointToSetOfPoints(
a,
B,
dist.fun = computeEuclideanDistance
)
Arguments
a |
[ |
B |
[ |
dist.fun |
[ |
Value
[numeric(1)
]
[Package ecr version 2.1.1 Index]