pub struct BayesianCPD { /* private fields */ }Expand description
Bayesian Online Change Point Detection core algorithm
Implementations§
Auto Trait Implementations§
impl Freeze for BayesianCPD
impl RefUnwindSafe for BayesianCPD
impl Send for BayesianCPD
impl Sync for BayesianCPD
impl Unpin for BayesianCPD
impl UnwindSafe for BayesianCPD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more