Consider the following inputs factors = np.array([[1, 2], [3, 4], [5, 6]]) weights = np.array([[2, 1, 0]]) # notice how this is a 2d array.
確定! 回上一頁