pub struct Logistic<L = Logit>{ /* private fields */ }
Expand description
Logistic regression
Trait Implementations§
Source§impl Link<Logistic<Cloglog>> for Cloglog
impl Link<Logistic<Cloglog>> for Cloglog
Auto Trait Implementations§
impl<L> Freeze for Logistic<L>
impl<L> RefUnwindSafe for Logistic<L>where
L: RefUnwindSafe,
impl<L> Send for Logistic<L>where
L: Send,
impl<L> Sync for Logistic<L>where
L: Sync,
impl<L> Unpin for Logistic<L>where
L: Unpin,
impl<L> UnwindSafe for Logistic<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