Skip to main content

score_pattern_flat_coverage

Function score_pattern_flat_coverage 

Source
pub fn score_pattern_flat_coverage(
    layout: &NaryPatternBatchLayout,
    pattern_index: usize,
    candidates: &[FlatRelation],
    positives: &[Vec<u64>],
    negatives: &[Vec<u64>],
) -> (u32, u32)
Expand description

Coverage counts for one pattern over example sets, via the flat walk.