abd-clam 0.25.5

Clustering, Learning and Approximation with 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 = Box<fn(crate::core::cluster::Ratios) -> f64>;