Numpy 随机序列 shuffle & permutation
生活随笔
收集整理的這篇文章主要介紹了
Numpy 随机序列 shuffle & permutation
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1. numpy.random.shuffle(x)
Modify a sequence in-place by shuffling its contents. This function only shuffles the array along the first axis of a multi-dimensional array. The order of sub-arrays is changed but their contents remains the same. Parameters: x : array_like. The array or list to be shuffled. Returns: None
注意:
無返回值,改變原有 array
對于多維 array,只 shuffle 第一維
2. numpy.random.permutation(x)
Randomly permute a sequence, or return a permuted range. If x is a multi-dimensional array, it is only shuffled along its first index. Parameters: x : int or array_like If x is an integer, randomly permute np.arange(x). If x is an array, make a copy and shuffle the elements randomly. Returns: out : ndarray Permuted sequence or array range.
注意:
跟 shuffle 的區別
有返回值
且不改變原來的 array,會生成一個新的 arrayx 為整型時,先將 x 變成 array: np.arange(x),再打亂順序
總結
以上是生活随笔為你收集整理的Numpy 随机序列 shuffle & permutation的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 三星星钻有什么用(三星智能手机)
- 下一篇: 跑跑卡丁车双爆是什么