pub fn compute_accidental_hits<O0: Into<Output>, O1: Into<Output>>(
    true_classes: O0,
    sampled_candidates: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ComputeAccidentalHits::new().build(true_classes, sampled_candidates, scope).