pub fn discrete_frechet_temporal(
a: &[(i64, &[f32])],
b: &[(i64, &[f32])],
) -> f64Expand description
Compute discrete Fréchet distance from timestamped trajectories.
Convenience wrapper that extracts vectors from (timestamp, vector) pairs.