Struct hyperopt::kernel::continuous::Epanechnikov
source · pub struct Epanechnikov;Expand description
Standardized Epanechnikov (parabolic) kernel.
Trait Implementations§
source§impl Clone for Epanechnikov
impl Clone for Epanechnikov
source§fn clone(&self) -> Epanechnikov
fn clone(&self) -> Epanechnikov
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 Epanechnikov
impl Debug for Epanechnikov
source§impl<T> Density<T, T> for Epanechnikov
impl<T> Density<T, T> for Epanechnikov
source§impl<P> Sample<P> for Epanechnikov
impl<P> Sample<P> for Epanechnikov
source§fn sample(&self, rng: &mut Rng) -> P
fn sample(&self, rng: &mut Rng) -> P
Generate a sample from the Epanechnikov kernel.
impl Copy for Epanechnikov
Auto Trait Implementations§
impl Freeze for Epanechnikov
impl RefUnwindSafe for Epanechnikov
impl Send for Epanechnikov
impl Sync for Epanechnikov
impl Unpin for Epanechnikov
impl UnwindSafe for Epanechnikov
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