Enum opencv::ml::SampleTypes  
source · [−]#[repr(C)]
pub enum SampleTypes {
    ROW_SAMPLE,
    COL_SAMPLE,
}Expand description
Sample types
Variants
ROW_SAMPLE
each training sample is a row of samples
COL_SAMPLE
each training sample occupies a column of samples
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SampleTypes
impl Send for SampleTypes
impl Sync for SampleTypes
impl Unpin for SampleTypes
impl UnwindSafe for SampleTypes
Blanket Implementations
Mutably borrows from an owned value. Read more