check_consistent_length

Function check_consistent_length 

Source
pub fn check_consistent_length<T, U>(x: &Array2<T>, y: &Array1<U>) -> Result<()>
Expand description

Check if X and y have compatible shapes