View source: R/general_functions.R
Hausdorff.dist | R Documentation |
Compute the bidirectional Hausdorff distance between two sets.
Hausdorff.dist(vec1, vec2)
vec1 |
A |
vec2 |
A |
An integer scalar of bidirectional Hausdorff distance.
Daren Wang
vec1 = sample.int(1000, size = 50) vec2 = sample.int(2000, size = 100) Hausdorff.dist(vec1, vec2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.