Trait opendp::core::Measure[][src]

pub trait Measure: Default + Clone + PartialEq {
    type Distance;
}
Expand description

A representation of the distance between two distributions.

Associated Types

Implementors