View source: R/computeAverageHausdorffDistance.R
computeAverageHausdorffDistance | R Documentation |
Computes the average Hausdroff distance measure between two point sets.
computeAverageHausdorffDistance(
A,
B,
p = 1,
normalize = FALSE,
dist.fun = computeEuclideanDistance
)
A |
[ |
B |
[ |
p |
[ |
normalize |
[ |
dist.fun |
[ |
[numeric(1)
] Average Hausdorff distance of sets A
and B
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.