public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
Defensio accuracy in the graph is now shown using 1 decimal, instead of 5 
or 6.
francois (author)
Tue Mar 11 12:20:40 -0700 2008
commit  a84173fc8547666a8a3953e4264e3c9cfaacf7d6
tree    3f1316862b106965faf382cd5881def37aacb8f9
parent  667a1c0b0e37ac5da7c1e6ca629b118084e6b6eb
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@
0
     <h3>Defensio Performance Statistics</h3>
0
     <div class="graph" id="accuracy">
0
       <h4>Accuracy</h4>
0
- <p><img src="http://chart.apis.google.com/chart?chxt=y&chxp=0,0,<%= "%.1f" % mapped_accuracy %>,100&chxl=0:|95|<%= accuracy %>|100&cht=bvs&chco=00aa00,cc0000&chd=<%= accuracy_chd %>&chs=100x350&chl=Accuracy" width="100" height="350" alt="Accuracy: <%= accuracy %>"/></p>
0
+ <p><img src="http://chart.apis.google.com/chart?chxt=y&chxp=0,0,<%= "%.1f" % mapped_accuracy %>,100&chxl=0:|95|<%= "%.1f" % accuracy %>|100&cht=bvs&chco=00aa00,cc0000&chd=<%= accuracy_chd %>&chs=100x350&chl=Accuracy" width="100" height="350" alt="Accuracy: <%= accuracy %>"/></p>
0
     </div>
0
     <div class="graph" id="spam_ham">
0
       <h4>Spam: <%= spam %>, Ham: <%= ham %></h4>

Comments

    No one has commented yet.