pub async fn compute<J: Judge + ?Sized>( pairs: &[(&Record, &Record)], judge: &J, seed: Option<u64>, ) -> AxisStat
Aggregate scores from a user-supplied judge into an AxisStat.
AxisStat