pub struct FixedTemplateNmf<'a> { /* private fields */ }Expand description
Holds state of NMF operations. Templates are not updated and assumed to be fixed. This is useful for determining activations from an input against a fixed template library.
For example, extracting played notes on a guitar.
Implementations§
Source§impl<'a> FixedTemplateNmf<'a>
impl<'a> FixedTemplateNmf<'a>
Auto Trait Implementations§
impl<'a> Freeze for FixedTemplateNmf<'a>
impl<'a> RefUnwindSafe for FixedTemplateNmf<'a>
impl<'a> Send for FixedTemplateNmf<'a>
impl<'a> Sync for FixedTemplateNmf<'a>
impl<'a> Unpin for FixedTemplateNmf<'a>
impl<'a> UnwindSafe for FixedTemplateNmf<'a>
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