Community Profile

photo

raf


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to shuffle two matrices in a consistent manner
I am using the fisher iris data set: load fisheriris X = meas Y = species P = randperm(length(X)); X = X(P); Y = Y(P); ...

2年以上 前 | 1 件の回答 | 0

1

回答