pub struct NoveltyDetector { /* private fields */ }Expand description
Tracks the slow running mean of the spectrum and reports how far the current spectrum sits from it.
Implementations§
Auto Trait Implementations§
impl Freeze for NoveltyDetector
impl RefUnwindSafe for NoveltyDetector
impl Send for NoveltyDetector
impl Sync for NoveltyDetector
impl Unpin for NoveltyDetector
impl UnsafeUnpin for NoveltyDetector
impl UnwindSafe for NoveltyDetector
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