computeGenerationalDistance {ecr} | R Documentation |
Computes Generational Distance.
Description
Helper to compute the Generational Distance (GD) between two sets of points.
Usage
computeGenerationalDistance(
A,
B,
p = 1,
normalize = FALSE,
dist.fun = computeEuclideanDistance
)
Arguments
A |
[ |
B |
[ |
p |
[ |
normalize |
[ |
dist.fun |
[ |
Value
[numeric(1)
]
[Package ecr version 2.1.1 Index]