pub struct Linear<L = Id>{ /* private fields */ }
Expand description
Linear regression with constant variance (Ordinary least squares).
Auto Trait Implementations§
impl<L> Freeze for Linear<L>
impl<L> RefUnwindSafe for Linear<L>where
L: RefUnwindSafe,
impl<L> Send for Linear<L>where
L: Send,
impl<L> Sync for Linear<L>where
L: Sync,
impl<L> Unpin for Linear<L>where
L: Unpin,
impl<L> UnwindSafe for Linear<L>where
L: UnwindSafe,
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