Skip to main content

gestalt_qualifies_ms

Function gestalt_qualifies_ms 

Source
pub fn gestalt_qualifies_ms(
    na: usize,
    nb: usize,
    sam_b: &Sam,
    threshold: f64,
    fstate: &[u32],
    fmatch: &[u32],
) -> bool
Expand description

The threshold early-exit recursion given precomputed matching statistics (fstate/fmatch for a of length na vs sam_b). Split out so the scan can be done in an MLP batch separately.