pub struct OneClassQ<'a> { /* private fields */ }Expand description
Q matrix for one-class SVM.
Q[i][j] = K(x[i], x[j]) — no label scaling.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OneClassQ<'a>
impl<'a> RefUnwindSafe for OneClassQ<'a>
impl<'a> Send for OneClassQ<'a>
impl<'a> Sync for OneClassQ<'a>
impl<'a> Unpin for OneClassQ<'a>
impl<'a> UnwindSafe for OneClassQ<'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