|
@ -1724,7 +1724,7 @@ import numpy as np |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|
<array> = <array>.sum(<axis>) |
|
|
<array> = <array>.sum(<axis>) |
|
|
<array> = <array>.argmin(<axis>) |
|
|
indexes = <array>.argmin(<axis>) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
* **Shape is a tuple of dimension sizes.** |
|
|
* **Shape is a tuple of dimension sizes.** |
|
|
xxxxxxxxxx