You need to use Numpy function mean() with "axis=0" to compute average by column. To compute average by row, you need to use "axis=1". > ...
確定! 回上一頁