pub enum UncertaintyStrategy {
LeastConfident,
MarginSampling,
Entropy,
}Variants§
Trait Implementations§
Source§impl Clone for UncertaintyStrategy
impl Clone for UncertaintyStrategy
Source§fn clone(&self) -> UncertaintyStrategy
fn clone(&self) -> UncertaintyStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UncertaintyStrategy
impl Debug for UncertaintyStrategy
Source§impl PartialEq for UncertaintyStrategy
impl PartialEq for UncertaintyStrategy
impl Copy for UncertaintyStrategy
impl StructuralPartialEq for UncertaintyStrategy
Auto Trait Implementations§
impl Freeze for UncertaintyStrategy
impl RefUnwindSafe for UncertaintyStrategy
impl Send for UncertaintyStrategy
impl Sync for UncertaintyStrategy
impl Unpin for UncertaintyStrategy
impl UnsafeUnpin for UncertaintyStrategy
impl UnwindSafe for UncertaintyStrategy
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