a slice usage in numpy array

后端 未结 0 1847
北荒
北荒 2021-01-24 12:48

I once saw the following code segment, and am not clear what it does really do?

d = np.mean(a[::b,:,c:-c], axis=2, keepdims=False)

In specifi, wh

相关标签:
回答
  • 消灭零回复
提交回复
热议问题