Expand description
Certified dynamic-time-warp and edit alignment.
Structs§
- Alignment
- Minimum-cost alignment plus proof and deterministic accounting.
- Alignment
Cell - One reachable prefix-grid cell in a full alignment certificate.
- DtwPolicy
- Window, gap, boundary, and memory policy for dynamic alignment.
- GapPolicy
- Costs for advancing only one side of an edit alignment.
Enums§
- Alignment
Boundary - Endpoint semantics for sequence alignment.
- Alignment
Certificate - Optimality evidence retained under the selected memory policy.
- Alignment
Memory - Whether to retain the full proof table or only the final rolling row.
- Alignment
Move - Stable predecessor move in a full alignment certificate.
- Alignment
Step - One operation in a full alignment path.
- Alignment
Window - Window limiting which prefix-pair cells an alignment may visit.
Functions§
- dynamic_
time_ warp - Aligns two sequences under a window, gap, boundary, and memory policy.
- dynamic_
time_ warp_ with_ control - Aligns two sequences under explicit work and cancellation control.
- verify_
alignment - Verifies an alignment certificate, deterministic ties, path, and receipt.