numpy函数:[2]tile函数用法

xxxspy 2016-10-19 18:17:15
Categories: Tags:

tile函数位于python模块 numpy.lib.shape_base中,他的功能是重复某个数组。比如tile(A,n),功能是将数组A重复n次,构成一个新的数组,我们还是使用具体的例子来说明问题:

转载请注明来自DataScience.

邮箱: 675495787@qq.com