Skip to main content

py_change_point_detection

Function py_change_point_detection 

Source
pub(crate) fn py_change_point_detection(
    py: Python<'_>,
    binary_train: PyReadonlyArray1<'_, i32>,
    bin_size: usize,
    threshold: f64,
) -> Py<PyArray1<i64>>