scikit-learn v0.19.2 Other versions
Please cite us if you use the software.
sklearn.utils
sklearn.utils.
check_consistent_length
Check that all arrays have consistent first dimensions.
Checks whether all objects in arrays have the same shape or length.
*arrays : list or tuple of input objects.
Objects that will be checked for consistent length.