pub enum SvmKernelType {
Linear,
Polynomial,
Rbf,
Sigmoid,
}Variants§
Trait Implementations§
Source§impl Clone for SvmKernelType
impl Clone for SvmKernelType
Source§fn clone(&self) -> SvmKernelType
fn clone(&self) -> SvmKernelType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SvmKernelType
Source§impl Debug for SvmKernelType
impl Debug for SvmKernelType
impl Eq for SvmKernelType
Source§impl PartialEq for SvmKernelType
impl PartialEq for SvmKernelType
impl StructuralPartialEq for SvmKernelType
Auto Trait Implementations§
impl Freeze for SvmKernelType
impl RefUnwindSafe for SvmKernelType
impl Send for SvmKernelType
impl Sync for SvmKernelType
impl Unpin for SvmKernelType
impl UnsafeUnpin for SvmKernelType
impl UnwindSafe for SvmKernelType
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