Skip to main content

kernel_vector

Function kernel_vector 

Source
pub fn kernel_vector(
    x: &[f32],
    y_data: &[Vec<f32>],
    kernel_type: KernelType,
) -> Vec<f32>
Expand description

Compute kernel values for a single point against multiple points