pub enum PredictionMethod {
Linear,
NeuralOde,
}Expand description
Method used for prediction.
Variants§
Trait Implementations§
Source§impl Clone for PredictionMethod
impl Clone for PredictionMethod
Source§fn clone(&self) -> PredictionMethod
fn clone(&self) -> PredictionMethod
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 PredictionMethod
impl Debug for PredictionMethod
impl Copy for PredictionMethod
Auto Trait Implementations§
impl Freeze for PredictionMethod
impl RefUnwindSafe for PredictionMethod
impl Send for PredictionMethod
impl Sync for PredictionMethod
impl Unpin for PredictionMethod
impl UnwindSafe for PredictionMethod
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