Struct cerebral::trainable::IncrementalLearning
source · pub struct IncrementalLearning {
pub radii: (f64, f64),
pub rates: (f64, f64),
pub epochs: usize,
}
Fields§
§radii: (f64, f64)
§rates: (f64, f64)
§epochs: usize
Trait Implementations§
source§impl Clone for IncrementalLearning
impl Clone for IncrementalLearning
source§fn clone(&self) -> IncrementalLearning
fn clone(&self) -> IncrementalLearning
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 moreAuto Trait Implementations§
impl RefUnwindSafe for IncrementalLearning
impl Send for IncrementalLearning
impl Sync for IncrementalLearning
impl Unpin for IncrementalLearning
impl UnwindSafe for IncrementalLearning
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