[Zooimage-commits] r211 - pkg/zooimage/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 20 11:42:08 CEST 2012


Author: kevin
Date: 2012-06-20 11:42:08 +0200 (Wed, 20 Jun 2012)
New Revision: 211

Modified:
   pkg/zooimage/R/ZIConf.R
Log:
Debug of PrecVsRec function

Modified: pkg/zooimage/R/ZIConf.R
===================================================================
--- pkg/zooimage/R/ZIConf.R	2012-06-20 08:36:30 UTC (rev 210)
+++ pkg/zooimage/R/ZIConf.R	2012-06-20 09:42:08 UTC (rev 211)
@@ -258,7 +258,7 @@
   if (!inherits(ZIConf, c("ZIConf")))
     stop("'ZIConf' must be a 'ZIConf' object")
   # Calculation of statistics
-  Stats <- ConfMatStats(ZIConf = ZIConf)
+  Stats <- confusionStat(ZIConf = ZIConf)
   FDR <- Stats$FDR * 100
   Precision <- Stats$Precision * 100
   Recall <- Stats$Recall * 100



More information about the Zooimage-commits mailing list