Enum opencv::ml::LogisticRegression_Methods
source · [−]#[repr(C)]
pub enum LogisticRegression_Methods {
BATCH,
MINI_BATCH,
}Expand description
Training methods
Variants
BATCH
MINI_BATCH
Set MiniBatchSize to a positive integer when using this method.
Trait Implementations
sourceimpl Clone for LogisticRegression_Methods
impl Clone for LogisticRegression_Methods
sourcefn clone(&self) -> LogisticRegression_Methods
fn clone(&self) -> LogisticRegression_Methods
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LogisticRegression_Methods
impl Debug for LogisticRegression_Methods
impl Copy for LogisticRegression_Methods
impl StructuralPartialEq for LogisticRegression_Methods
Auto Trait Implementations
impl RefUnwindSafe for LogisticRegression_Methods
impl Send for LogisticRegression_Methods
impl Sync for LogisticRegression_Methods
impl Unpin for LogisticRegression_Methods
impl UnwindSafe for LogisticRegression_Methods
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more