
wine -d train.df -l -a 0.05 -N -I 600000 -s 100000 -F wine

echo ; echo "======== Class 1 ========"
wine wine.save -d class1.df -E -P 0.4
echo ; echo "======== Class 2 ========"
wine wine.save -d class2.df -E -P 0.4
echo ; echo "======== Class 3 ========"
wine wine.save -d class3.df -E -P 0.4

echo ; echo ; 
echo "If the minimum value for an output node"
echo "corresponding to the input class is greater"
echo "than the maximum value for the other two"
echo "classes, then you have 100% separation,"
echo "which you should have in this case (see above)."
echo ; echo ; 