반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

numpy.shape and ndim 본문

[IT]/python.numpy

numpy.shape and ndim

givemebro 2020. 3. 26. 11:20
반응형

a.shape=[5,4,3,2,1]

a.ndim=5(dimension)

반응형

'[IT] > python.numpy' 카테고리의 다른 글

numpy.corrcoef  (0) 2020.04.27
numpy.where.3단 논법  (0) 2020.04.23
numpy.브로드캐스팅  (0) 2020.03.30
numpy.무한대 처리  (0) 2020.03.30
numpy.스칼라 연산  (0) 2020.03.30
numpy.file open  (0) 2020.03.27
numpy.reshape(차원 변경)  (0) 2020.03.26
numpy.dtype이용 type변경  (0) 2020.03.26
Comments