Enum opencv::ml::SVM_ParamTypes [−][src]
#[repr(C)]
pub enum SVM_ParamTypes {
C,
GAMMA,
P,
NU,
COEF,
DEGREE,
}Expand description
%SVM params type
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SVM_ParamTypes
impl Send for SVM_ParamTypes
impl Sync for SVM_ParamTypes
impl Unpin for SVM_ParamTypes
impl UnwindSafe for SVM_ParamTypes
Blanket Implementations
Mutably borrows from an owned value. Read more