Skip to main content

signature_distance

Function signature_distance 

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

Compute the L2 distance between two signature vectors.

The signatures must have the same length.