//! Classification metrics inspired by TorchMetrics.
//!
//! Every struct in this module implements [`Metric`](crate::core::Metric) and therefore supports
//! batched updates plus `reset`/`compute` semantics.
pub use ;
pub use BinaryAuroc;
pub use BinaryHinge;
pub use ;