Skip to main content

manhattan

Function manhattan 

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

Manhattan (L1) distance: sum of absolute differences.