pub struct LabelValidation {
pub thresholds: Vec<NotNan<f64>>,
pub precisions: Vec<NotNan<f64>>,
pub recalls: Vec<NotNan<f64>>,
}
Fields§
§thresholds: Vec<NotNan<f64>>
§precisions: Vec<NotNan<f64>>
§recalls: Vec<NotNan<f64>>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LabelValidation
impl<'de> Deserialize<'de> for LabelValidation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LabelValidation
impl RefUnwindSafe for LabelValidation
impl Send for LabelValidation
impl Sync for LabelValidation
impl Unpin for LabelValidation
impl UnwindSafe for LabelValidation
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