Enum opencv::ml::LogisticRegression_Methods
source · #[repr(C)]pub enum LogisticRegression_Methods {
BATCH = 0,
MINI_BATCH = 1,
}
Expand description
Training methods
Variants§
Trait Implementations§
source§impl Clone for LogisticRegression_Methods
impl Clone for LogisticRegression_Methods
source§fn clone(&self) -> LogisticRegression_Methods
fn clone(&self) -> LogisticRegression_Methods
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LogisticRegression_Methods
impl Debug for LogisticRegression_Methods
source§impl From<LogisticRegression_Methods> for i32
impl From<LogisticRegression_Methods> for i32
source§fn from(v: LogisticRegression_Methods) -> Self
fn from(v: LogisticRegression_Methods) -> Self
Converts to this type from the input type.
source§impl PartialEq for LogisticRegression_Methods
impl PartialEq for LogisticRegression_Methods
source§fn eq(&self, other: &LogisticRegression_Methods) -> bool
fn eq(&self, other: &LogisticRegression_Methods) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<i32> for LogisticRegression_Methods
impl TryFrom<i32> for LogisticRegression_Methods
impl Copy for LogisticRegression_Methods
impl Eq for LogisticRegression_Methods
impl StructuralPartialEq for LogisticRegression_Methods
Auto Trait Implementations§
impl Freeze for LogisticRegression_Methods
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more