pub struct Softplus;Expand description
Численно устойчивый positive link: theta = ln(1 + exp(eta)).
Trait Implementations§
impl Copy for Softplus
impl Eq for Softplus
impl PositiveLink<f64> for Softplus
impl StructuralPartialEq for Softplus
Auto Trait Implementations§
impl Freeze for Softplus
impl RefUnwindSafe for Softplus
impl Send for Softplus
impl Sync for Softplus
impl Unpin for Softplus
impl UnsafeUnpin for Softplus
impl UnwindSafe for Softplus
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