找到一個高維矩陣最值(最大值或最小值)的位置

prev = np.unravel_index(np.argmax(y, axis=None), y.shape)
相關文章
相關標籤/搜索