get_split_rating

Function get_split_rating 

Source
pub fn get_split_rating(
    ref_spans: &[TimeSpan],
    in_spans: &[TimeSpan],
    offets: &[TimeDelta],
    split_penalty: f64,
    score_fn: impl Fn(TimeDelta, TimeDelta) -> f64 + Copy,
) -> Score
Expand description

Calculate the split score (see thesis in repository of source code).