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§
source§impl<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§
source§impl<G0, T> Clone for DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()> + Clone,
T: RandomVariable + Clone,
impl<G0, T> Clone for DirichletProcess<G0, T>where
G0: Distribution<Value = T, Condition = ()> + Clone,
T: RandomVariable + Clone,
source§fn clone(&self) -> DirichletProcess<G0, T>
fn clone(&self) -> DirichletProcess<G0, T>
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 more