Community Profile

photo

raf


Last seen: meer dan 2 jaar 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); ...

meer dan 2 jaar ago | 1 answer | 0

1

answer