pub fn aggregate_confidence(evidence: &[(f32, Explicitness)]) -> f32Expand description
Aggregate confidence over independent evidence.
Uses a noisy-OR (1 - Π(1 - cᵢ)) rather than a sum so repeated weak
evidence converges instead of exceeding 1.0, then clamps to the ceiling the
strongest explicitness level allows.