在Xml中:
for i in range(0, result.shape[0]):
for j in range(0, result.shape[1]):
for k in range(0, result.shape[2]):
result[i, j, k] = round( ((result[i, j, k] - tmean[k]) * ( sstd[k]/tstd[k] )) + smean[k] )
我使用了“ avg”,但它没有在列底部显示平均值。
我也在python中尝试过
<field name="percent_completion" avg="Avg. of Completion"/>
如何在树形视图中找到列的平均值。