set terminal postscript eps enhanced set output "false-chart.eps" set style line 1 lt 1 lw 3 linecolor rgb "black" set style line 2 lt 1 lw 3 linecolor rgb "red" set style line 3 lt 1 lw 3 linecolor rgb "blue" set style line 4 lt 1 lw 3 linecolor rgb "green" set style line 5 lt 1 lw 3 linecolor rgb "purple" set style line 6 lt 1 lw 3 linecolor rgb "orange" set style line 7 lt 1 lw 3 linecolor rgb "brown" set style line 8 lt 1 lw 3 linecolor rgb "#00FF7F" set style line 9 lt 1 lw 3 linecolor rgb "#ADFF2F" set size 3.0,4.0 set title "Statistics for FALSE (defective) Class" set multiplot set size 1.0,1.0 set origin 0.0,3.0 set xlabel "Percent Noise" set ylabel "PD" set xrange [0:50] set yrange [0:1] set title "Bayes - PD" set key right bottom box plot "ar3-vlla-FALSE.dat" using 3:5 title "ar3" w lp ls 1,\ "ar4-vlla-FALSE.dat" using 3:5 title "ar4" w lp ls 2,\ "ar5-vlla-FALSE.dat" using 3:5 title "ar5" w lp ls 3,\ "kc1-vlla-FALSE.dat" using 3:5 title "kc1" w lp ls 5,\ "kc2-vlla-FALSE.dat" using 3:5 title "kc2" w lp ls 6,\ "pc1-vlla-FALSE.dat" using 3:5 title "pc1" w lp ls 7,\ "pc3-vlla-FALSE.dat" using 3:5 title "pc3" w lp ls 8,\ "pc4-vlla-FALSE.dat" using 3:5 title "pc4" w lp ls 9 set origin 0.0,2.0 set xlabel "Percent Noise" set ylabel "PD" set yrange [0:1] set title "Cliff + Bayes - PD" set key right bottom box plot "ar3-cliff-FALSE.dat" using 3:5 title "ar3" w lp ls 1,\ "ar4-cliff-FALSE.dat" using 3:5 title "ar4" w lp ls 2,\ "ar5-cliff-FALSE.dat" using 3:5 title "ar5" w lp ls 3,\ "cm1-cliff-FALSE.dat" using 3.5 title "cm1" w lp ls 4,\ "kc1-cliff-FALSE.dat" using 3:5 title "kc1" w lp ls 5,\ "kc2-cliff-FALSE.dat" using 3:5 title "kc2" w lp ls 6,\ "pc1-cliff-FALSE.dat" using 3:5 title "pc1" w lp ls 7,\ "pc3-cliff-FALSE.dat" using 3:5 title "pc3" w lp ls 8,\ "pc4-cliff-FALSE.dat" using 3:5 title "pc4" w lp ls 9 set origin 0.0,1.0 set xlabel "Percent Noise" set ylabel "PD" set yrange [0:1] set title "1NN - PD" set key right bottom box plot "ar3-NNlla-FALSE.dat" using 3:5 title "ar3" w lp ls 1,\ "ar4-NNlla-FALSE.dat" using 3:5 title "ar4" w lp ls 2,\ "ar5-NNlla-FALSE.dat" using 3:5 title "ar5" w lp ls 3,\ "cm1-NNlla-FALSE.dat" using 3.5 title "cm1" w lp ls 4,\ "kc1-NNlla-FALSE.dat" using 3:5 title "kc1" w lp ls 5,\ "kc2-NNlla-FALSE.dat" using 3:5 title "kc2" w lp ls 6,\ "pc1-NNlla-FALSE.dat" using 3:5 title "pc1" w lp ls 7,\ "pc3-NNlla-FALSE.dat" using 3:5 title "pc3" w lp ls 8,\ "pc4-NNlla-FALSE.dat" using 3:5 title "pc4" w lp ls 9 set origin 0.0,0.0 set xlabel "Percent Noise" set ylabel "PD" set yrange [0:1] set title "Cliff + 1NN - PD" set key right bottom box plot "ar3-kffNN-FALSE.dat" using 3:5 title "ar3" w lp ls 1,\ "ar4-kffNN-FALSE.dat" using 3:5 title "ar4" w lp ls 2,\ "ar5-kffNN-FALSE.dat" using 3:5 title "ar5" w lp ls 3,\ "cm1-kffNN-FALSE.dat" using 3.5 title "cm1" w lp ls 4,\ "kc1-kffNN-FALSE.dat" using 3:5 title "kc1" w lp ls 5,\ "kc2-kffNN-FALSE.dat" using 3:5 title "kc2" w lp ls 6,\ "pc1-kffNN-FALSE.dat" using 3:5 title "pc1" w lp ls 7,\ "pc3-kffNN-FALSE.dat" using 3:5 title "pc3" w lp ls 8,\ "pc4-kffNN-FALSE.dat" using 3:5 title "pc4" w lp ls 9 set origin 1.0,3.0 set xlabel "Percent Noise" set ylabel "PF" set yrange [0:1] set title "Bayes - PF" set key right bottom box plot "ar3-vlla-FALSE.dat" using 3:6 title "ar3" w lp ls 1,\ "ar4-vlla-FALSE.dat" using 3:6 title "ar4" w lp ls 2,\ "ar5-vlla-FALSE.dat" using 3:6 title "ar5" w lp ls 3,\ "cm1-vlla-FALSE.dat" using 3.6 title "cm1" w lp ls 4,\ "kc1-vlla-FALSE.dat" using 3:6 title "kc1" w lp ls 5,\ "kc2-vlla-FALSE.dat" using 3:6 title "kc2" w lp ls 6,\ "pc1-vlla-FALSE.dat" using 3:6 title "pc1" w lp ls 7,\ "pc3-vlla-FALSE.dat" using 3:6 title "pc3" w lp ls 8,\ "pc4-vlla-FALSE.dat" using 3:6 title "pc4" w lp ls 9 set origin 1.0,2.0 set xlabel "Percent Noise" set ylabel "PF" set yrange [0:1] set title "Cliff + Bayes - PF" set key right bottom box plot "ar3-cliff-FALSE.dat" using 3:6 title "ar3" w lp ls 1,\ "ar4-cliff-FALSE.dat" using 3:6 title "ar4" w lp ls 2,\ "ar5-cliff-FALSE.dat" using 3:6 title "ar5" w lp ls 3,\ "cm1-cliff-FALSE.dat" using 3.6 title "cm1" w lp ls 4,\ "kc1-cliff-FALSE.dat" using 3:6 title "kc1" w lp ls 5,\ "kc2-cliff-FALSE.dat" using 3:6 title "kc2" w lp ls 6,\ "pc1-cliff-FALSE.dat" using 3:6 title "pc1" w lp ls 7,\ "pc3-cliff-FALSE.dat" using 3:6 title "pc3" w lp ls 8,\ "pc4-cliff-FALSE.dat" using 3:6 title "pc4" w lp ls 9 set origin 1.0,1.0 set xlabel "Percent Noise" set ylabel "PF" set yrange [0:1] set title "1NN - PF" set key right bottom box plot "ar3-NNlla-FALSE.dat" using 3:6 title "ar3" w lp ls 1,\ "ar4-NNlla-FALSE.dat" using 3:6 title "ar4" w lp ls 2,\ "ar5-NNlla-FALSE.dat" using 3:6 title "ar5" w lp ls 3,\ "cm1-NNlla-FALSE.dat" using 3.6 title "cm1" w lp ls 4,\ "kc1-NNlla-FALSE.dat" using 3:6 title "kc1" w lp ls 5,\ "kc2-NNlla-FALSE.dat" using 3:6 title "kc2" w lp ls 6,\ "pc1-NNlla-FALSE.dat" using 3:6 title "pc1" w lp ls 7,\ "pc3-NNlla-FALSE.dat" using 3:6 title "pc3" w lp ls 8,\ "pc4-NNlla-FALSE.dat" using 3:6 title "pc4" w lp ls 9 set origin 1.0,0.0 set xlabel "Percent Noise" set ylabel "PF" set yrange [0:1] set title "Cliff + 1NN - PF" set key right bottom box plot "ar3-kffNN-FALSE.dat" using 3:6 title "ar3" w lp ls 1,\ "ar4-kffNN-FALSE.dat" using 3:6 title "ar4" w lp ls 2,\ "ar5-kffNN-FALSE.dat" using 3:6 title "ar5" w lp ls 3,\ "cm1-kffNN-FALSE.dat" using 3.6 title "cm1" w lp ls 4,\ "kc1-kffNN-FALSE.dat" using 3:6 title "kc1" w lp ls 5,\ "kc2-kffNN-FALSE.dat" using 3:6 title "kc2" w lp ls 6,\ "pc1-kffNN-FALSE.dat" using 3:6 title "pc1" w lp ls 7,\ "pc3-kffNN-FALSE.dat" using 3:6 title "pc3" w lp ls 8,\ "pc4-kffNN-FALSE.dat" using 3:6 title "pc4" w lp ls 9 set origin 2.0,3.0 set xlabel "Percent Noise" set ylabel "PREC" set yrange [0:1] set title "Bayes - PREC" set key right bottom box plot "ar3-vlla-FALSE.dat" using 3:7 title "ar3" w lp ls 1,\ "ar4-vlla-FALSE.dat" using 3:7 title "ar4" w lp ls 2,\ "ar5-vlla-FALSE.dat" using 3:7 title "ar5" w lp ls 3,\ "cm1-vlla-FALSE.dat" using 3.7 title "cm1" w lp ls 4,\ "kc1-vlla-FALSE.dat" using 3:7 title "kc1" w lp ls 5,\ "kc2-vlla-FALSE.dat" using 3:7 title "kc2" w lp ls 6,\ "pc1-vlla-FALSE.dat" using 3:7 title "pc1" w lp ls 7,\ "pc3-vlla-FALSE.dat" using 3:7 title "pc3" w lp ls 8,\ "pc4-vlla-FALSE.dat" using 3:7 title "pc4" w lp ls 9 set origin 2.0,2.0 set xlabel "Percent Noise" set ylabel "PREC" set yrange [0:1] set title "Cliff + Bayes - PREC" set key right bottom box plot "ar3-cliff-FALSE.dat" using 3:7 title "ar3" w lp ls 1,\ "ar4-cliff-FALSE.dat" using 3:7 title "ar4" w lp ls 2,\ "ar5-cliff-FALSE.dat" using 3:7 title "ar5" w lp ls 3,\ "cm1-cliff-FALSE.dat" using 3.7 title "cm1" w lp ls 4,\ "kc1-cliff-FALSE.dat" using 3:7 title "kc1" w lp ls 5,\ "kc2-cliff-FALSE.dat" using 3:7 title "kc2" w lp ls 6,\ "pc1-cliff-FALSE.dat" using 3:7 title "pc1" w lp ls 7,\ "pc3-cliff-FALSE.dat" using 3:7 title "pc3" w lp ls 8,\ "pc4-cliff-FALSE.dat" using 3:7 title "pc4" w lp ls 9 set origin 2.0,1.0 set xlabel "Percent Noise" set ylabel "PREC" set yrange [0:1] set title "1NN - PREC" set key right bottom box plot "ar3-NNlla-FALSE.dat" using 3:7 title "ar3" w lp ls 1,\ "ar4-NNlla-FALSE.dat" using 3:7 title "ar4" w lp ls 2,\ "ar5-NNlla-FALSE.dat" using 3:7 title "ar5" w lp ls 3,\ "cm1-NNlla-FALSE.dat" using 3.7 title "cm1" w lp ls 4,\ "kc1-NNlla-FALSE.dat" using 3:7 title "kc1" w lp ls 5,\ "kc2-NNlla-FALSE.dat" using 3:7 title "kc2" w lp ls 6,\ "pc1-NNlla-FALSE.dat" using 3:7 title "pc1" w lp ls 7,\ "pc3-NNlla-FALSE.dat" using 3:7 title "pc3" w lp ls 8,\ "pc4-NNlla-FALSE.dat" using 3:7 title "pc4" w lp ls 9 set origin 2.0,0.0 set xlabel "Percent Noise" set ylabel "PREC" set yrange [0:1] set title "Cliff + 1NN - PREC" set key right bottom box plot "ar3-kffNN-FALSE.dat" using 3:7 title "ar3" w lp ls 1,\ "ar4-kffNN-FALSE.dat" using 3:7 title "ar4" w lp ls 2,\ "ar5-kffNN-FALSE.dat" using 3:7 title "ar5" w lp ls 3,\ "cm1-kffNN-FALSE.dat" using 3.7 title "cm1" w lp ls 4,\ "kc1-kffNN-FALSE.dat" using 3:7 title "kc1" w lp ls 5,\ "kc2-kffNN-FALSE.dat" using 3:7 title "kc2" w lp ls 6,\ "pc1-kffNN-FALSE.dat" using 3:7 title "pc1" w lp ls 7,\ "pc3-kffNN-FALSE.dat" using 3:7 title "pc3" w lp ls 8,\ "pc4-kffNN-FALSE.dat" using 3:7 title "pc4" w lp ls 9 unset multiplot