Skip to main content

polynomial_kernel

Function polynomial_kernel 

Source
pub fn polynomial_kernel(
    x: &[f32],
    y: &[f32],
    degree: f32,
    coef0: f32,
    gamma: f32,
) -> f32
Expand description

SIMD-optimized polynomial kernel function