Function discrete_frechet_temporal

Source
pub fn discrete_frechet_temporal(
    a: &[(i64, &[f32])],
    b: &[(i64, &[f32])],
) -> f64
Expand description

Compute discrete Fréchet distance from timestamped trajectories.

Convenience wrapper that extracts vectors from (timestamp, vector) pairs.