pub fn get_split_rating(
ref_spans: &[TimeSpan],
in_spans: &[TimeSpan],
offets: &[TimeDelta],
split_penalty: f64,
score_fn: impl Fn(TimeDelta, TimeDelta) -> f64 + Copy,
) -> ScoreExpand description
Calculate the split score (see thesis in repository of source code).