NumPy shape

Jmnote (토론 | 기여)님의 2020년 5월 4일 (월) 21:37 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

NumPy shape
import numpy as np
a = np.array( [1,2,3,4] )
print( a.shape )
import numpy as np
a = np.array( [ [1,2,3], [4,5,6] ] )
print( a.shape )

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}