Enum opencv::ml::SVMSGD_SvmsgdType [−][src]
#[repr(C)]
pub enum SVMSGD_SvmsgdType {
SGD,
ASGD,
}
Expand description
SVMSGD type. ASGD is often the preferable choice.
Variants
Stochastic Gradient Descent
Average Stochastic Gradient Descent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SVMSGD_SvmsgdType
impl Send for SVMSGD_SvmsgdType
impl Sync for SVMSGD_SvmsgdType
impl Unpin for SVMSGD_SvmsgdType
impl UnwindSafe for SVMSGD_SvmsgdType
Blanket Implementations
Mutably borrows from an owned value. Read more