Struct juice::solver::confusion_matrix::Accuracy
source · pub struct Accuracy { /* private fields */ }
Expand description
The accuracy of the predictions in a ConfusionMatrix.
Used to print the accuracy.
Trait Implementations§
impl Copy for Accuracy
Auto Trait Implementations§
impl RefUnwindSafe for Accuracy
impl Send for Accuracy
impl Sync for Accuracy
impl Unpin for Accuracy
impl UnwindSafe for Accuracy
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