numpy.mean 함수는 지정된 축을 따라 산술 평균을 계산합니다. 예제1¶. import numpy as np a = np.array([[1, 2], [3, 4]]) print(np.mean(a)).
確定! 回上一頁