回答編集履歴
1
修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
`np.dot(A, data.reshape([k, n]).T).T.reshape([-1])`
|
1
|
+
`result = np.dot(A, data.reshape([k, n]).T).T.reshape([-1])`
|
2
2
|
|
3
3
|
|
4
4
|
|