class numpy.ndarray
ndarray.argmax(axis=None, out=None) Return indices of the maximum values along the given axis. Refer to
ndarray.all(axis=None, out=None, keepdims=False) Returns True if all elements evaluate to True. Refer to
ndarray.__array_wrap__(obj) ? Object of same type as ndarray object a.
Page 13 of 13