Struct opensrdk_probability::nonparametric::point_process::dirichlet_process::stick_breaking_process::StickBreakingProcessParams
source · pub struct StickBreakingProcessParams { /* private fields */ }Implementations§
source§impl StickBreakingProcessParams
impl StickBreakingProcessParams
pub fn new(alpha: f64) -> Result<Self, DistributionError>
Trait Implementations§
source§impl Clone for StickBreakingProcessParams
impl Clone for StickBreakingProcessParams
source§fn clone(&self) -> StickBreakingProcessParams
fn clone(&self) -> StickBreakingProcessParams
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