Skip to main content

diagnose_pairwise

Function diagnose_pairwise 

Source
pub fn diagnose_pairwise(
    f1: &[f64],
    f2: &[f64],
    result: &AlignmentResult,
    argvals: &[f64],
    config: &DiagnosticConfig,
) -> AlignmentDiagnostic
Expand 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.