computeInvertedGenerationalDistance {ecr} | R Documentation |
Computes Inverted Generational Distance.
Description
Helper to compute the Inverted Generational Distance (IGD) between two sets of points.
Usage
computeInvertedGenerationalDistance(
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]