Let's say I have an array r of dimension (n, m) . I would like to shuffle the columns of that array. If I use numpy.random.shuffle(r) it shuffles the lines.
確定! 回上一頁