Struct opensrdk_probability::nonparametric::point_process::dirichlet_process::measure::DirichletRandomMeasure
source · pub struct DirichletRandomMeasure<T>where
T: RandomVariable,{ /* private fields */ }Implementations
Trait Implementations
sourceimpl<T: Clone> Clone for DirichletRandomMeasure<T>where
T: RandomVariable,
impl<T: Clone> Clone for DirichletRandomMeasure<T>where
T: RandomVariable,
sourcefn clone(&self) -> DirichletRandomMeasure<T>
fn clone(&self) -> DirichletRandomMeasure<T>
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<T: Debug> Debug for DirichletRandomMeasure<T>where
T: RandomVariable,
impl<T: Debug> Debug for DirichletRandomMeasure<T>where
T: RandomVariable,
sourceimpl<T> DiscreteMeasure for DirichletRandomMeasure<T>where
T: RandomVariable,
impl<T> DiscreteMeasure for DirichletRandomMeasure<T>where
T: RandomVariable,
fn measure(&self, a: DiscreteMeasurableSpace) -> f64
Auto Trait Implementations
impl<T> RefUnwindSafe for DirichletRandomMeasure<T>where
T: RefUnwindSafe,
impl<T> Send for DirichletRandomMeasure<T>
impl<T> Sync for DirichletRandomMeasure<T>
impl<T> Unpin for DirichletRandomMeasure<T>where
T: Unpin,
impl<T> UnwindSafe for DirichletRandomMeasure<T>where
T: 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