Skip to main content

Module alignment

Module alignment 

Source
Expand description

Certified dynamic-time-warp and edit alignment.

Structs§

Alignment
Minimum-cost alignment plus proof and deterministic accounting.
AlignmentCell
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§

AlignmentBoundary
Endpoint semantics for sequence alignment.
AlignmentCertificate
Optimality evidence retained under the selected memory policy.
AlignmentMemory
Whether to retain the full proof table or only the final rolling row.
AlignmentMove
Stable predecessor move in a full alignment certificate.
AlignmentStep
One operation in a full alignment path.
AlignmentWindow
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.