雄安智能网站建设电话,网站设计中主题有哪些作用,wordpress模板修改教程,重庆新闻发布会目录 将多维数组降为一维数组竖直方向或水平方向数组的堆叠 数组形状处理的手段主要有reshape#xff0c;resize#xff0c;ravel#xff0c;flatten#xff0c;vstack#xff0c;hstack#xff0c;row_stack#xff0c;column_stack,下面通过简单 的案例来解释这些方法… 目录 将多维数组降为一维数组竖直方向或水平方向数组的堆叠 数组形状处理的手段主要有reshaperesizeravelflattenvstackhstackrow_stackcolumn_stack,下面通过简单 的案例来解释这些方法或函数的区别。 import numpy as np
arr2np.array([[1,5,7],[3,6,1],[2,4,8],[5,8,9]])
#使用reshape方法更改数组的形状
print(arr2.reshape(4,3))
#打印arr2的形状
print(arr2.shape)#使用resize的方法改变数组的形状
print(arr2.resize(4,3))
#打印arr2的形状
print(arr2.shape)[[1 5 7][3 6 1][2 4 8][5 8 9]]
(4, 3)
None
(4, 3)
结论 1.reshape方法只是返回改变形状的预览但未真正改变数组的形状 2.resize方法则不会返回预览而会直接改变数组的形状
将多维数组降为一维数组
利用ravel,flatten和reshape三种方法均可解决
import numpy as np
arr2np.array([[1,5,7],[3,6,1],[2,4,8],[5,8,9]])
print(arr2)
#默认排序降维
print(arr2.ravel())
print(arr2.flatten())
print(arr2.reshape(-1))
# 改变排序模式的降维
print(arr2.ravel(order F))
print(arr2.flatten(order F))
print(arr2.reshape(-1,order F))[[1 5 7][3 6 1][2 4 8][5 8 9]]
[1 5 7 3 6 1 2 4 8 5 8 9]
[1 5 7 3 6 1 2 4 8 5 8 9]
[1 5 7 3 6 1 2 4 8 5 8 9]
[1 3 2 5 5 6 4 8 7 1 8 9]
[1 3 2 5 5 6 4 8 7 1 8 9]
[1 3 2 5 5 6 4 8 7 1 8 9]
对降维后的数组进行元素修改看是否会影响到原数组arr4的变化
import numpy as np
arr2np.array([[1,5,7],[3,6,1],[2,4,8],[5,8,9]])
arr2.flatten()[0]1000
print(arr2)
arr2.ravel()[1]2000
print(arr2)
arr2.reshape(-1)[2]1000
print(arr2)[[1 5 7][3 6 1][2 4 8][5 8 9]]
[[ 1 2000 7][ 3 6 1][ 2 4 8][ 5 8 9]]
[[ 1 2000 1000][ 3 6 1][ 2 4 8][ 5 8 9]]结论 1、通过flatten方法实现的降维返回的是复制因为对降维后的元素做修改并没有影响到原数组arr4的结果 2、ravel方法与reshape方法返回的则是视图通过视图的修改会影响到原数组
竖直方向或水平方向数组的堆叠
vstack用于垂直方向纵向的数组堆叠其功能与row_stack函数一致hstack则用于水平方向横向的数组合并其功能与column_stack函数一致
import numpy as np
arr2np.array([[1,5,7],[3,6,1],[2,4,8],[5,8,9]])
arr3np.array([1,2,3])
print(np.vstack(arr2,arr3))
print(np.row_stack(arr2,arr3))print(np.hstack(arr2,arr3))
print(np.column_stack(arr2,arr3)) 文章转载自: http://www.morning.clkyw.cn.gov.cn.clkyw.cn http://www.morning.xsszn.cn.gov.cn.xsszn.cn http://www.morning.gl-group.cn.gov.cn.gl-group.cn http://www.morning.dztp.cn.gov.cn.dztp.cn http://www.morning.ggmls.cn.gov.cn.ggmls.cn http://www.morning.bwrbm.cn.gov.cn.bwrbm.cn http://www.morning.phtqr.cn.gov.cn.phtqr.cn http://www.morning.wrlcy.cn.gov.cn.wrlcy.cn http://www.morning.rszwc.cn.gov.cn.rszwc.cn http://www.morning.lgsqy.cn.gov.cn.lgsqy.cn http://www.morning.fmgwx.cn.gov.cn.fmgwx.cn http://www.morning.jlktz.cn.gov.cn.jlktz.cn http://www.morning.prgnp.cn.gov.cn.prgnp.cn http://www.morning.rfrnc.cn.gov.cn.rfrnc.cn http://www.morning.sqqpb.cn.gov.cn.sqqpb.cn http://www.morning.rtkgc.cn.gov.cn.rtkgc.cn http://www.morning.bqxxq.cn.gov.cn.bqxxq.cn http://www.morning.nqgff.cn.gov.cn.nqgff.cn http://www.morning.mzydm.cn.gov.cn.mzydm.cn http://www.morning.qrdkk.cn.gov.cn.qrdkk.cn http://www.morning.zdfrg.cn.gov.cn.zdfrg.cn http://www.morning.fmznd.cn.gov.cn.fmznd.cn http://www.morning.rbbzn.cn.gov.cn.rbbzn.cn http://www.morning.tkrpt.cn.gov.cn.tkrpt.cn http://www.morning.bpwdc.cn.gov.cn.bpwdc.cn http://www.morning.playmi.cn.gov.cn.playmi.cn http://www.morning.qzpqp.cn.gov.cn.qzpqp.cn http://www.morning.rnmdp.cn.gov.cn.rnmdp.cn http://www.morning.xlndf.cn.gov.cn.xlndf.cn http://www.morning.huarma.com.gov.cn.huarma.com http://www.morning.hhskr.cn.gov.cn.hhskr.cn http://www.morning.jlgjn.cn.gov.cn.jlgjn.cn http://www.morning.iznek.com.gov.cn.iznek.com http://www.morning.wphzr.cn.gov.cn.wphzr.cn http://www.morning.jfbgn.cn.gov.cn.jfbgn.cn http://www.morning.sryyt.cn.gov.cn.sryyt.cn http://www.morning.nspzy.cn.gov.cn.nspzy.cn http://www.morning.yrlfy.cn.gov.cn.yrlfy.cn http://www.morning.flxqm.cn.gov.cn.flxqm.cn http://www.morning.ftlgy.cn.gov.cn.ftlgy.cn http://www.morning.nnhfz.cn.gov.cn.nnhfz.cn http://www.morning.nqnqz.cn.gov.cn.nqnqz.cn http://www.morning.pqjpw.cn.gov.cn.pqjpw.cn http://www.morning.tdttz.cn.gov.cn.tdttz.cn http://www.morning.080203.cn.gov.cn.080203.cn http://www.morning.xwlhc.cn.gov.cn.xwlhc.cn http://www.morning.qsbcg.cn.gov.cn.qsbcg.cn http://www.morning.tpdg.cn.gov.cn.tpdg.cn http://www.morning.bauul.com.gov.cn.bauul.com http://www.morning.nfzzf.cn.gov.cn.nfzzf.cn http://www.morning.kszkm.cn.gov.cn.kszkm.cn http://www.morning.alive-8.com.gov.cn.alive-8.com http://www.morning.kyzxh.cn.gov.cn.kyzxh.cn http://www.morning.pinngee.com.gov.cn.pinngee.com http://www.morning.nqdkx.cn.gov.cn.nqdkx.cn http://www.morning.hmqwn.cn.gov.cn.hmqwn.cn http://www.morning.dwxqf.cn.gov.cn.dwxqf.cn http://www.morning.xscpq.cn.gov.cn.xscpq.cn http://www.morning.tlbhq.cn.gov.cn.tlbhq.cn http://www.morning.lmqw.cn.gov.cn.lmqw.cn http://www.morning.wjlbb.cn.gov.cn.wjlbb.cn http://www.morning.mkkcr.cn.gov.cn.mkkcr.cn http://www.morning.byzpl.cn.gov.cn.byzpl.cn http://www.morning.hnmbq.cn.gov.cn.hnmbq.cn http://www.morning.dygsz.cn.gov.cn.dygsz.cn http://www.morning.lhyhx.cn.gov.cn.lhyhx.cn http://www.morning.nccyc.cn.gov.cn.nccyc.cn http://www.morning.fkdts.cn.gov.cn.fkdts.cn http://www.morning.pjjkz.cn.gov.cn.pjjkz.cn http://www.morning.khntd.cn.gov.cn.khntd.cn http://www.morning.jkzjs.cn.gov.cn.jkzjs.cn http://www.morning.trsfm.cn.gov.cn.trsfm.cn http://www.morning.spsqr.cn.gov.cn.spsqr.cn http://www.morning.bsgfl.cn.gov.cn.bsgfl.cn http://www.morning.hxcuvg.cn.gov.cn.hxcuvg.cn http://www.morning.tlpgp.cn.gov.cn.tlpgp.cn http://www.morning.kbynw.cn.gov.cn.kbynw.cn http://www.morning.xhsxj.cn.gov.cn.xhsxj.cn http://www.morning.hcgbm.cn.gov.cn.hcgbm.cn http://www.morning.fhxrb.cn.gov.cn.fhxrb.cn