Skip to content

Weighted DTW (WDTW)

Source: src/wdtw.rs

Internal Functions

These are internal Rust functions not directly callable from Python.

compute_weight_vector

Precompute weight vector for WDTW calculation.

wdtw_distance_optimized

Memory-optimized WDTW distance using O(m) memory.