pub fn stable_kernel_matrix(
data1: &Array2<f64>,
data2: Option<&Array2<f64>>,
kernel_type: &str,
bandwidth: f64,
monitor: &mut NumericalStabilityMonitor,
) -> Result<Array2<f64>>Expand description
Numerically stable kernel matrix computation