numpy中resize和reshape的區別

reshape : 1)reshape-1:無返回值的reshape; 2)reshape-2:有返回值的reshape。        注意:把array reshape成一個新的結構,但是不會改變原來的array,也不會改變array原本的數據,比如下圖 # error 所顯示,若強制把8個數據reshape成(2,3)則會報錯。 resize: 1)resize-1:無返回值的resize,
相關文章
相關標籤/搜索