Skip to main content

emd_batch_with_kernel

Function emd_batch_with_kernel 

Source
pub fn emd_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    sweep: &EmdBatchRange,
    k: Kernel,
) -> Result<EmdBatchOutput, EmdError>