pub fn diagnose_pairwise(
f1: &[f64],
f2: &[f64],
result: &AlignmentResult,
argvals: &[f64],
config: &DiagnosticConfig,
) -> AlignmentDiagnosticExpand description
Diagnose a single pairwise alignment.
Examines the warp produced by super::pairwise::elastic_align_pair and
checks for over-alignment, under-alignment, non-monotonicity, and excessive
bending energy.