Skip to main content

linearreg_intercept_with_kernel

Function linearreg_intercept_with_kernel 

Source
pub fn linearreg_intercept_with_kernel(
    input: &LinearRegInterceptInput<'_>,
    kernel: Kernel,
) -> Result<LinearRegInterceptOutput, LinearRegInterceptError>