Enum opencv::ml::VariableTypes [−][src]
#[repr(C)]
pub enum VariableTypes {
VAR_NUMERICAL,
VAR_CATEGORICAL,
}
Expand description
Variable types
Variants
same as VAR_ORDERED
categorical variables
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VariableTypes
impl Send for VariableTypes
impl Sync for VariableTypes
impl Unpin for VariableTypes
impl UnwindSafe for VariableTypes
Blanket Implementations
Mutably borrows from an owned value. Read more