pub struct ConfidenceScore(/* private fields */);Expand description
Implementation of the confidence Score semiring ([0, 1], max, *, 0, 1)
Implementations§
Trait Implementations§
Source§impl Addition<ConfidenceScore> for ConfidenceScore
Implementation of the addition trait for ConfidenceScore semiring.
impl Addition<ConfidenceScore> for ConfidenceScore
Implementation of the addition trait for ConfidenceScore semiring.
Source§impl Multiplication<ConfidenceScore> for ConfidenceScore
Implementation of the multiplication trait for ConfidenceScore semiring.
impl Multiplication<ConfidenceScore> for ConfidenceScore
Implementation of the multiplication trait for ConfidenceScore semiring.
Source§impl One<f64> for ConfidenceScore
Implementation of Identity for multiplication.
impl One<f64> for ConfidenceScore
Implementation of Identity for multiplication.