pub struct SumExpKernel { /* private fields */ }Expand description
Sum-of-exponentials kernel, has the form: $$g(t) = \sum_{j=1}^p \alpha_j \exp(-\beta_j t)$$
Implementations§
Trait Implementations§
Source§impl Debug for SumExpKernel
impl Debug for SumExpKernel
Auto Trait Implementations§
impl Freeze for SumExpKernel
impl RefUnwindSafe for SumExpKernel
impl Send for SumExpKernel
impl Sync for SumExpKernel
impl Unpin for SumExpKernel
impl UnwindSafe for SumExpKernel
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