Revision: 16710
http://sourceforge.net/p/gate/code/16710
Author: adamfunk
Date: 2013-06-19 09:58:35 +0000 (Wed, 19 Jun 2013)
Log Message:
-----------
Clarify A-B row-column in confusion matrices.
Thanks to Thomas for the patch.
Modified Paths:
--------------
gate/trunk/src/gate/util/ClassificationMeasures.java
Modified: gate/trunk/src/gate/util/ClassificationMeasures.java
===================================================================
--- gate/trunk/src/gate/util/ClassificationMeasures.java 2013-06-17
13:10:23 UTC (rev 16709)
+++ gate/trunk/src/gate/util/ClassificationMeasures.java 2013-06-19
09:58:35 UTC (rev 16710)
@@ -398,7 +398,7 @@
matrix.add(row); // title
SortedSet<String> features = new TreeSet<String>(getFeatureValues());
row = new ArrayList<String>();
- row.add("");
+ row.add("A \\ B");
row.addAll(features);
matrix.add(row); // heading horizontal
for (float[] confusionValues : getConfusionMatrix()) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs