Skip to main content

py_spike_distance_matrix

Function py_spike_distance_matrix 

Source
pub(crate) fn py_spike_distance_matrix(
    py: Python<'_>,
    spike_times_list: Vec<PyReadonlyArray1<'_, f64>>,
    metric: &str,
    t_start: f64,
    t_end: f64,
) -> Py<PyArray2<f64>>