Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
number generation
Posted:
May 13, 2013 7:04 AM
|
|
hello
i have numbers from 1:100 and i have 25 runs then i want:
first_run :number (1:4) used for test and the rest of 100 numbers(=96 number) used for train
seconed_run :number (5:8) used for test and the rest of 100 numbers(=96 number) used for train
third_run :number (9:12) used for test and the rest of 100 numbers(=96 number) used for train
25_run :number (97:100) used for test and the rest of 100 numbers(=96 number) used for train
|
|
|
|