Compute Hausdorff distance matrix for self-distances (symmetric)
Source:R/extendr-wrappers.R
metric_hausdorff_1d.RdThe Hausdorff distance treats curves as sets of points (t, f(t)) in 2D space. For each pair of curves, computes: max(max_s min_t d(s,t), max_t min_s d(s,t)) where d(s,t) = sqrt((x(s) - y(t))^2 + (s - t)^2)