pub struct LinearKernel {}Trait Implementations§
Source§impl Debug for LinearKernel
impl Debug for LinearKernel
Source§impl Kernel for LinearKernel
impl Kernel for LinearKernel
fn compute( &self, vec1: &SupportVector, vec2: &FeatureVector, ) -> Result<f64, NrpsError>
Auto Trait Implementations§
impl Freeze for LinearKernel
impl RefUnwindSafe for LinearKernel
impl Send for LinearKernel
impl Sync for LinearKernel
impl Unpin for LinearKernel
impl UnwindSafe for LinearKernel
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