Skip to main content

py_demixed_components

Function py_demixed_components 

Source
pub(crate) fn py_demixed_components(
    py: Python<'_>,
    mean_mat: PyReadonlyArray2<'_, f64>,
    n_components: usize,
) -> (Py<PyArray1<f64>>, Py<PyArray1<f64>>)