pub fn aggregate(cases: &[CaseResult]) -> f64Expand description
The aggregate accuracy of scored cases: the fraction whose polarity matched.
Pure and total (ยง2.3): an empty suite scores 0.0, not a 0/0 NaN, so the
value always serializes to a real JSON number.