Skip to main content

score

Function score 

Source
pub fn score(
    probs: &[Vec<f64>],
    strategy: Strategy,
) -> Result<Vec<f64>, ActiveError>
Expand description

Per-sample informativeness for a probability matrix (each inner slice a row).