Function l2_distance

Source
pub fn l2_distance(from: &[f32], to: &[f32]) -> f32
Expand description

Compute L2 distance between two vectors.