Struct opensrdk_probability::nonparametric::point_process::dirichlet_process::DirichletProcess
source · pub struct DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,{ /* private fields */ }Expand description
Using stick breaking process.
Implementations
sourceimpl<G0, T> DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
impl<G0, T> DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
Trait Implementations
sourceimpl<G0: Clone, T: Clone> Clone for DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
impl<G0: Clone, T: Clone> Clone for DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
sourcefn clone(&self) -> DirichletProcess<G0, T>
fn clone(&self) -> DirichletProcess<G0, 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<G0: Debug, T: Debug> Debug for DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
impl<G0: Debug, T: Debug> Debug for DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
Auto Trait Implementations
impl<G0, T> RefUnwindSafe for DirichletProcess<G0, T>where
G0: RefUnwindSafe,
T: RefUnwindSafe,
impl<G0, T> Send for DirichletProcess<G0, T>
impl<G0, T> Sync for DirichletProcess<G0, T>
impl<G0, T> Unpin for DirichletProcess<G0, T>where
G0: Unpin,
T: Unpin,
impl<G0, T> UnwindSafe for DirichletProcess<G0, T>where
G0: UnwindSafe,
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