#!/bin/sh


# Note: The data is Type1 files of IEEE single precision
# floats (32 bits) generated on a Sun workstation. This
# example MAY not run on your platform

# performance (just go forward)
echo "Performance Test..."
time mrun abcd -d abcd.df -f 1000

# learn
echo ""
echo "Learn..."
time mrun abcd -l -s 1000 -t 200 500 0.2 -d abcd.df

# test
echo "Test..."
mrun abcd Network.Finished -d abcd.df -E -P 0.4
