read-me.txt
来自「垃圾邮件的近几年的研究趋势 及方向 以及改进方法」· 文本 代码 · 共 23 行
TXT
23 行
These files are pre-processed by joining the participants' entrieswith the test set and preparing the output to be used by the 'perf'program <http://kodiak.cs.cornell.edu/kddcup/software.html>.# How to obtain the area under the ROC curve(for i in *.perf; do echo -n "$i "; perf -ROC < $i; done) | awk '{print $1, sprintf("%.3f", $3); }' | sort -rnk2geng.txt.perf 0.848tang.txt.perf 0.824abernethy.txt.perf 0.809siklosi2.txt.perf 0.796bauman.txt.perf 0.783skvortsov.txt.perf 0.731siklosi1.txt.perf 0.726Note: apparently the AUC of the first system was 0.848 -> 0.85 whenapproximated with two digits (in the slides presented at the workshopit read 0.84). This obviously does not affect the ordering of the results.--Thu May 8 11:30:05 CLT 2008
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?