numpy.reshape() gives a new shape to an array without changing its data. Example: >>> a = np.array([[1,2,3], [4,5,6]]) >>> np.reshape(a, ...
確定! 回上一頁