edr
Source: src/edr.rs
Internal Functions
These are internal Rust functions not directly callable from Python.
edr_distance
Edit Distance on Real sequences (EDR) with epsilon threshold. O(m) memory. Returns the normalized EDR distance: edr_count / max(n, m).