Community Profile

photo

raf


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer