Struct opensrdk_probability::nonparametric::generalized_kernel_density_estimation::GeneralizedKernelDensity
source · pub struct GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,{ /* private fields */ }Implementations
sourceimpl<S, A, K> GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
impl<S, A, K> GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
Trait Implementations
sourceimpl<S: Clone, A: Clone, K: Clone> Clone for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
impl<S: Clone, A: Clone, K: Clone> Clone for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
sourcefn clone(&self) -> GeneralizedKernelDensity<S, A, K>
fn clone(&self) -> GeneralizedKernelDensity<S, A, K>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<S: Debug, A: Debug, K: Debug> Debug for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
impl<S: Debug, A: Debug, K: Debug> Debug for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
sourceimpl<S, A, K> Distribution for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
impl<S, A, K> Distribution for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
sourceimpl<S, A, K> SampleableDistribution for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
impl<S, A, K> SampleableDistribution for GeneralizedKernelDensity<S, A, K>where
S: RandomVariable,
A: RandomVariable,
K: PositiveDefiniteKernel<Vec<f64>>,
Auto Trait Implementations
impl<S, A, K> RefUnwindSafe for GeneralizedKernelDensity<S, A, K>where
A: RefUnwindSafe,
K: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, A, K> Send for GeneralizedKernelDensity<S, A, K>
impl<S, A, K> Sync for GeneralizedKernelDensity<S, A, K>
impl<S, A, K> Unpin for GeneralizedKernelDensity<S, A, K>where
A: Unpin,
K: Unpin,
S: Unpin,
impl<S, A, K> UnwindSafe for GeneralizedKernelDensity<S, A, K>where
A: UnwindSafe,
K: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more