Enum opencv::ml::LogisticRegression_RegKinds [−][src]
#[repr(C)]
pub enum LogisticRegression_RegKinds {
REG_DISABLE,
REG_L1,
REG_L2,
}Expand description
Regularization kinds
Variants
Regularization disabled
%L1 norm
%L2 norm
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogisticRegression_RegKinds
impl Send for LogisticRegression_RegKinds
impl Sync for LogisticRegression_RegKinds
impl Unpin for LogisticRegression_RegKinds
impl UnwindSafe for LogisticRegression_RegKinds
Blanket Implementations
Mutably borrows from an owned value. Read more