Enum linregress::InvalidValueHandling [−][src]
#[non_exhaustive] pub enum InvalidValueHandling { ReturnError, DropInvalid, }
How to proceed if given non real f64
values (NaN or infinity or negative infinity).
Used with RegressionDataBuilder.invalid_value_handling
The default is ReturnError
.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Return an error to the caller.
Drop the columns containing the invalid values.
Trait Implementations
impl Clone for InvalidValueHandling
[src]
impl Clone for InvalidValueHandling
[src]fn clone(&self) -> InvalidValueHandling
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for InvalidValueHandling
[src]
impl Default for InvalidValueHandling
[src]fn default() -> InvalidValueHandling
[src]
impl Copy for InvalidValueHandling
[src]
Auto Trait Implementations
impl RefUnwindSafe for InvalidValueHandling
impl Send for InvalidValueHandling
impl Sync for InvalidValueHandling
impl Unpin for InvalidValueHandling
impl UnwindSafe for InvalidValueHandling
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]