Search
Search Results
Search finished, found 42 page(s) matching the search query.
- numpy.argmin
...mPy reference Routines and objects by topic Sorting, searching, and counting numpy.argmin...
- numpy.argmin (Python function, in numpy.argmin)
- numpy.char.chararray.argmin (Python method, in numpy.char.chararray.argmin)
- numpy.ma.argmin (Python data, in numpy.ma.argmin)
- numpy.ma.masked_array.argmin (Python method, in numpy.ma.masked_array.argmin)
- numpy.ma.MaskedArray.argmin (Python method, in numpy.ma.MaskedArray.argmin)
- numpy.ma.MaskType.argmin (Python method, in numpy.ma.MaskType.argmin)
- numpy.matrix.argmin (Python method, in numpy.matrix.argmin)
- numpy.memmap.argmin (Python method, in numpy.memmap.argmin)
- numpy.ndarray.argmin (Python method, in numpy.ndarray.argmin)
- numpy.recarray.argmin (Python method, in numpy.recarray.argmin)
- numpy.record.argmin (Python method, in numpy.record.argmin)
- 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
...']) if dropped_arr.dtype.names == (): dropped_arr = None converting the empty recarray to None (gh-14510) numpy.argmin/argmax/min/max returns NaT if it exists in array numpy.argmin, numpy.argmax, numpy.min, and numpy.max will return...
- 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.24 Release Notes
...ocal, tanh, sin, cos, equal, not_equal, greater, greater_equal, less, less_equal, maximum, minimum, fmax, fmin, argmax, argmin, add, subtract, multiply, divide. (gh-20913) NumPy now gives floating point errors in casts In most cases, NumP...
- NumPy 1.6.2 Release Notes
...g arrays from empty buffers or empty slices #1446: correct note about correspondence vstack and concatenate #1149: make argmin() work for datetime #1672: fix allclose() to work for scalar inf #1747: make np.median() work for 0-D arrays #177...
- 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 1.9.1 Release Notes
...npy_PyFile_DupClose in python2 gh-5063: cannot convert invalid sequence index to tuple gh-5082: Segmentation fault with argmin() on unicode arrays gh-5095: don’t propagate subtypes from np.where gh-5104: np.inner segfaults with SciPy’s spar...
- NumPy quickstart
...]) >>> C = np.array([2., -1., 4.]) >>> np.add(B, C) array([2., 0., 6.]) See also all, any, apply_along_axis, argmax, argmin, argsort, average, bincount, ceil, clip, conj, corrcoef, cov, cross, cumprod, cumsum, diff, dot, floor, inner, in...
- numpy.argmax
..., then the size of axis will be 1 with the resulting array having same shape as a.shape. See also ndarray.argmax, argmin amaxThe maximum value along a given axis. unravel_indexConvert a flat index into an index tuple. take_along_axi...
- numpy.argmin
...mPy reference Routines and objects by topic Sorting, searching, and counting numpy.argmin...
- numpy.char.chararray.argmin
- numpy.ma.argmin
- numpy.ma.masked_array.argmin
- numpy.ma.MaskedArray.argmin
- numpy.ma.MaskType.argmin
- numpy.matrix.argmin
- numpy.memmap.argmin
- numpy.min
- numpy.nanargmin
- numpy.ndarray.argmin
- numpy.recarray.argmin
- numpy.record.argmin
- numpy.take_along_axis
- Python types and C-structures
- numpy.nanargmin (Python function, in numpy.nanargmin)
- Array API
- Broadcasting
- How to index
ndarrays
- The N-dimensional array (
ndarray
)