Added todo to readme, and documentation for quality function

This commit is contained in:
2024-04-03 09:53:07 +02:00
parent 02ae2f0977
commit 3a22b20a17
2 changed files with 2 additions and 0 deletions

View File

@@ -256,6 +256,7 @@ pub(crate) fn evidence(d: &[DiffMessage], margin: &[f64], tie: &[bool], e: usize
}
}
/// Calculates the match quality of the given rating groups. A result is the draw probability in the association
pub fn quality(rating_groups: &[&[Gaussian]], beta: f64) -> f64 {
let flatten_ratings = rating_groups
.iter()