pub fn polynomial_kernel( x: &[f32], y: &[f32], degree: f32, coef0: f32, gamma: f32, ) -> f32
SIMD-optimized polynomial kernel function