
echo ""
echo "#######################################"
echo ""
echo "ECG - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/ecg/lstm_ad.real ../examples/ecg/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "ECG - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/ecg/lstm_ad.real ../examples/ecg/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "ECG - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/ecg/lstm_ad.real ../examples/ecg/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "SINE - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/sine/lstm_ad.real ../examples/sine/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "SINE - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/sine/lstm_ad.real ../examples/sine/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "SINE - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/sine/lstm_ad.real ../examples/sine/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "SPACE-SHUTTLE - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/space_shuttle/lstm_ad.real ../examples/space_shuttle/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "SPACE-SHUTTLE - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/space_shuttle/lstm_ad.real ../examples/space_shuttle/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "SPACE-SHUTTLE - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/space_shuttle/lstm_ad.real ../examples/space_shuttle/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "TWITTER-AAPL - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/aapl/lstm_ad.real ../examples/aapl/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "TWITTER-AAPL - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/aapl/lstm_ad.real ../examples/aapl/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "TWITTER-AAPL - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/aapl/lstm_ad.real ../examples/aapl/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "TIME-GUIDED - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/timeguided/lstm_ad.real ../examples/timeguided/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "TIME-GUIDED - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/timeguided/lstm_ad.real ../examples/timeguided/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "TIME-GUIDED - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/timeguided/lstm_ad.real ../examples/timeguided/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "NYC-TAXI - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/nyc_taxi/lstm_ad.real ../examples/nyc_taxi/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "NYC-TAXI - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/nyc_taxi/lstm_ad.real ../examples/nyc_taxi/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "NYC-TAXI - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/nyc_taxi/lstm_ad.real ../examples/nyc_taxi/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "MACHINE-TEMP - Recall_T_Front, Precision_T_Flat, F1_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/machine_temp/lstm_ad.real ../examples/machine_temp/lstm_ad.pred 1 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "MACHINE-TEMP - Recall_T_Front, Precision_T_Flat, F0.5_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/machine_temp/lstm_ad.real ../examples/machine_temp/lstm_ad.pred 0.5 0 one flat front
echo ""
echo "#######################################"
echo ""
echo "MACHINE-TEMP - Recall_T_Front, Precision_T_Flat, F2_T_Front_Flat"
echo ""
../src/evaluate -n ../examples/machine_temp/lstm_ad.real ../examples/machine_temp/lstm_ad.pred 2 0 one flat front
echo ""
echo "#######################################"
echo ""
