Shuffle rows
Randomly shuffles the rows of a table.
Inputs
-
Data — Tensor
2D tensor (a table) to shuffle.
-
Random seed — Integer
Number used to initialize a pseudorandom number generator.
Outputs
-
Shuffled — Tensor
Resulting table after shuffling the rows.