在NumPy中,每一个线性的数组称为是一个轴(axis),也就是维度(dimensions)。 ... import numpy as np a = np.array([[1,2,3],[4,5,6]]) print (a.shape).
確定! 回上一頁