set output "kdd98.ps"
set term postscript color
set ylabel "\"profit\""
set xlabel "classification algorithm"
set size 0.5,0.5
set xtics ("Naive B." 0, "B.N.B." 1, "C4.5" 2, "SVM" 3)
set title "Costing+classifier applied to the KDD-98 dataset"
plot [-0.5:3.5] [12000:16000] "kdd98_data" notitle w impulses lw 30, 14712 title "championship winner" lw 2
