Search
Searching
- numpy.ma.masked_array.argmin
...numpy.ma.masked_array.argmin...
- numpy.ma.masked_array.argmin (Python method, in numpy.ma.masked_array.argmin)
- Constants of the
numpy.ma
module....argmax([axis, fill_value, out, ...]) Returns array of indices of the maximum values along the given axis. MaskedArray.argmin([axis, fill_value, out, ...]) Return array of indices to the minimum values along the given axis. MaskedArray.ar...
- NumPy 1.10.0 Release Notes
...supported as input for pad_width, and an exception is raised if its values are not of integral type. np.argmax and np.argmin now support an out argument The out parameter was added to np.argmax and np.argmin for consistency with ndarray.a...
- NumPy 1.15.0 Release Notes
...loat128 values. New np.take_along_axis and np.put_along_axis functions When used on multidimensional arrays, argsort, argmin, argmax, and argpartition return arrays that are difficult to use as indices. take_along_axis provides an easy wa...
- NumPy 1.18.0 Release Notes
- NumPy 1.22.0 Release Notes
...nction, where obj supports __dlpack__(), and returns an ndarray. (gh-19083) keepdims optional argument added to numpy.argmin, numpy.argmax keepdims argument is added to numpy.argmin, numpy.argmax. If set to True, the axes which are reduc...
- NumPy 1.23.0 Release Notes
...entation, and expire old deprecations. The highlights are: Implementation of loadtxt in C, greatly improving its performance. Exposing DLPack at the Python level for easy data exchange. Changes to the promotion and comparisons of structure...
- NumPy 1.24 Release Notes
- NumPy 1.9.0 Release Notes
...ero: seed = seed & 0xFFFFFFFF. This is what is done silently in older versions so the random stream remains the same. Argmin and argmax out argument The out argument to np.argmin and np.argmax and their equivalent C-API functions is now c...
- numpy.concat
...NumPy reference Routines and objects by topic Array manipulation routines numpy.concat...
- numpy.concatenate
...NumPy reference Routines and objects by topic Array manipulation routines numpy.concatenate...
- numpy.ma.allclose
- numpy.ma.allequal
- numpy.ma.anom
- numpy.ma.anomalies
- numpy.ma.append
- numpy.ma.apply_over_axes
- numpy.ma.argmin
- numpy.ma.argsort
- numpy.ma.array
- numpy.ma.asanyarray
- numpy.ma.asarray
- numpy.ma.average
- numpy.ma.choose
- numpy.ma.clump_masked
- numpy.ma.clump_unmasked
- numpy.ma.compress_rowcols
- numpy.ma.compressed
- numpy.ma.concatenate
- numpy.ma.corrcoef
- numpy.ma.correlate
- numpy.ma.count
- numpy.ma.count_masked
- numpy.ma.cov
- numpy.ma.cumsum
- numpy.ma.diag
- numpy.ma.diff
- numpy.ma.dot
- numpy.ma.ediff1d
- numpy.ma.fix_invalid
- numpy.ma.fromflex
- numpy.ma.getdata
- numpy.ma.getmask
- numpy.ma.getmaskarray
- numpy.ma.in1d
- numpy.ma.intersect1d
- numpy.ma.is_mask
- numpy.ma.is_masked
- numpy.ma.isarray
- numpy.ma.isin
- numpy.ma.isMA
- numpy.ma.isMaskedArray
- numpy.ma.left_shift
- numpy.ma.mask_cols
- numpy.ma.mask_rowcols
- numpy.ma.mask_rows
- numpy.ma.masked_all
- numpy.ma.masked_all_like