numpy.repeat(a, repeats, axis=None) ... axis의 값으로 repeat이 이루어질 차원(dimension)을 지정해준다 ... x = np.array([[1,2],[3,4]]).
確定! 回上一頁