Trait TruthValue

Source
pub trait TruthValue {
    // Required methods
    fn mean(&self) -> Strength;
    fn confidence(&self) -> Confidence;
    fn count(&self) -> Count;
}

Required Methods§

Source

fn mean(&self) -> Strength

Source

fn confidence(&self) -> Confidence

Source

fn count(&self) -> Count

Implementors§