guanfuchen
博客
关于
简历
Numpy使用相关问题
参考资料
NumPy参考中文资料
常用API使用
numpy.hstack
输入为np.hstack(tup)为一元组,比如(a, b),表示将a和b数组水平堆叠。
numpy.hstack