Skip to content

Longest Common Subsequence (LCSS)

Source: src/lcss.rs

Internal Functions

These are internal Rust functions not directly callable from Python.

lcss_distance

LCSS distance. Returns 1 - (LCSS_length / min(n, m)). O(m) memory.