Enum opencv::ml::DTrees_Flags [−][src]
#[repr(C)]
pub enum DTrees_Flags {
PREDICT_AUTO,
PREDICT_SUM,
PREDICT_MAX_VOTE,
PREDICT_MASK,
}Expand description
Predict options
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DTrees_Flags
impl Send for DTrees_Flags
impl Sync for DTrees_Flags
impl Unpin for DTrees_Flags
impl UnwindSafe for DTrees_Flags
Blanket Implementations
Mutably borrows from an owned value. Read more