Last change
on this file since 231 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
203 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | cat poker-hand-training-true.data | ./pre-parse.pl > training.txt
|
---|
3 | cat poker-hand-testing.data | ./pre-parse.pl > validate.txt
|
---|
4 | tail -10000 poker-hand-testing.data | ./pre-parse.pl > quality.txt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.