[][src]Function alass_core::get_split_rating

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

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