pub fn gestalt_qualifies_ms(
na: usize,
nb: usize,
sam_b: &Sam,
threshold: f64,
fstate: &[u32],
fmatch: &[u32],
) -> boolExpand 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.