我想以一种成对的方式比较一下神经网络中的预测值 yp : idx = np.repeat(np.arange(len(yp)), len(yp)) jdx = np.tile(np.arange(len(yp)), ...
確定! 回上一頁