set output "c45_comparison.ps"
set term postscript color
set size 0.5,0.5
set xlabel "c4.5 or Bagging loss"
set ylabel "probing loss"
set key bottom box
set title "Comparison of Probing vs Bagging and c45 native"
plot [0:1.5] [0:1.05] x title "equality", "probing_c45" using 3:7 title "cross entropy" ps 2, "probing_c45" using 4:8 title "squared error" ps 2, "probing_c45" using 7:11 title "Bagging C. E." ps 2, "probing_c45" using 8:12 title "Bagging S. E." ps 2
