Skip to main content

compute

Function compute 

Source
pub async fn compute<J: Judge + ?Sized>(
    pairs: &[(&Record, &Record)],
    judge: &J,
    seed: Option<u64>,
) -> AxisStat
Expand description

Aggregate scores from a user-supplied judge into an AxisStat.