pub fn check_consistent_length<T>(arrays: &[&Array1<T>]) -> UtilsResult<()>Expand description
Check that all arrays have consistent first dimension (number of samples)
pub fn check_consistent_length<T>(arrays: &[&Array1<T>]) -> UtilsResult<()>Check that all arrays have consistent first dimension (number of samples)