source: liacs/ai/poker/data/pre-parse.sh@ 17

Last change on this file since 17 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
RevLine 
[2]1#!/bin/sh
2cat poker-hand-training-true.data | ./pre-parse.pl > training.txt
3cat poker-hand-testing.data | ./pre-parse.pl > validate.txt
4tail -10000 poker-hand-testing.data | ./pre-parse.pl > quality.txt
Note: See TracBrowser for help on using the repository browser.