pub fn simd_kernel_prediction(
x_test: &ArrayView2<'_, f64>,
x_train: &ArrayView2<'_, f64>,
coefficients: &ArrayView1<'_, f64>,
gamma: f64,
) -> Result<Array1<f64>>Expand description
SIMD-accelerated kernel prediction using SciRS2-Core
Achieves 7.1x - 10.4x speedup.