pub trait SVM_KernelConst: AlgorithmTraitConst {
    fn as_raw_SVM_Kernel(&self) -> *const c_void;

    fn get_type(&self) -> Result<i32> { ... }
}

Required Methods

Provided Methods

Implementors