np_argmin
Find indices of minimum values along an axis of an array. Returns positions of smallest elements for each row, column, or flattened array.
Instructions
Return the indices of the minimum values along an axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| axis | No | Axis along which to find argmin (default: None, flattened). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |