abd-clam 0.21.0

Clustered Learning of Approximate Manifolds
Documentation
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;