1 2 3 4
//! Criteria used for selecting `Cluster`s for `Graph`s. /// A `Box`ed function that assigns a score for a given `Cluster`. pub type MetaMLScorer = fn(crate::cluster::Ratios) -> f64;