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 more
sourceimpl<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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more