Skip to main content

kernel_matrix

Function kernel_matrix 

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

Kernel matrix computation for batch processing