row = np.array([0, 1, 2]) col = np.array([2, 1, 3]) X[row, col] ... We'll do this by first choosing 20 random indices with no repeats, and use these indices ...
確定! 回上一頁