roc_batch_with_kernel

Function roc_batch_with_kernel 

Source
pub fn roc_batch_with_kernel(
    data: &[f64],
    sweep: &RocBatchRange,
    k: Kernel,
) -> Result<RocBatchOutput, RocError>