[Spambayes-checkins] spambayes cmp.py,1.5,1.6

Tim Peters tim_one@users.sourceforge.net
Sun, 08 Sep 2002 11:39:01 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv30785

Modified Files:
	cmp.py 
Log Message:
Compute and display the %change for total unique fn and fp too.


Index: cmp.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/cmp.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cmp.py	8 Sep 2002 18:21:24 -0000	1.5
--- cmp.py	8 Sep 2002 18:38:59 -0000	1.6
***************
*** 66,73 ****
  print "false positive percentages"
  dump(fp1, fp2)
! print "total unique fp went from", fptot1, "to", fptot2
  
  print
  print "false negative percentages"
  dump(fn1, fn2)
! print "total unique fn went from", fntot1, "to", fntot2
--- 66,73 ----
  print "false positive percentages"
  dump(fp1, fp2)
! print "total unique fp went from", fptot1, "to", fptot2, tag(fptot1, fptot2)
  
  print
  print "false negative percentages"
  dump(fn1, fn2)
! print "total unique fn went from", fntot1, "to", fntot2, tag(fntot1, fntot2)