computeInvertedGenerationalDistance(A, B, p = 1, dist.fun = computeEuclideanDistance)
matrix
]
First point set (each row corresponds to a point).matrix
]
Second point set (each row corresponds to a point).numeric(1)
]
Parameter p of the average Hausdoff metrix. Default is 1. See the description
for details.matrix
]
Distance function to compute distance between points x and y. Expects a single
numeric vector d with the coordinate-wise differences di = (xi - yi).
Default is computeEuclideanDist
.numeric(1)
]