Struct lattices::semiring_application::ConfidenceScore
source · 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
impl Addition<ConfidenceScore> for ConfidenceScore
Implementation of the addition trait for ConfidenceScore semiring.
source§impl Multiplication<ConfidenceScore> for ConfidenceScore
impl Multiplication<ConfidenceScore> for ConfidenceScore
Implementation of the multiplication trait for ConfidenceScore semiring.
source§impl One<f64> for ConfidenceScore
impl One<f64> for ConfidenceScore
Implementation of Identity for multiplication.
Auto Trait Implementations§
impl Freeze for ConfidenceScore
impl RefUnwindSafe for ConfidenceScore
impl Send for ConfidenceScore
impl Sync for ConfidenceScore
impl Unpin for ConfidenceScore
impl UnwindSafe for ConfidenceScore
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more