Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0c3678dd authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- suppressed printout

parent 4a41edc1
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ public class PRGraphEvaluator extends GraphEvaluator { ...@@ -114,7 +114,7 @@ public class PRGraphEvaluator extends GraphEvaluator {
int nbcorrect = 0; int nbcorrect = 0;
int nbfound = 0; int nbfound = 0;
int increment = (STEP*nbexpected)/100; // 2010 should be computed with the total expected (in negrapheval) int increment = (STEP*nbexpected)/100; // 2010 should be computed with the total expected (in negrapheval)
System.err.println(" INCREMENT SET "+increment ); //System.err.println(" INCREMENT SET "+increment );
int next = 0; int next = 0;
points.add( new Pair( 0., 1. ) ); // [R=0%] points.add( new Pair( 0., 1. ) ); // [R=0%]
next += increment; next += increment;
...@@ -157,7 +157,7 @@ public class PRGraphEvaluator extends GraphEvaluator { ...@@ -157,7 +157,7 @@ public class PRGraphEvaluator extends GraphEvaluator {
int nbfound = 0; int nbfound = 0;
int increment = (STEP*nbexpected)/100; // 2010 should be computed with the total expected (in negrapheval) int increment = (STEP*nbexpected)/100; // 2010 should be computed with the total expected (in negrapheval)
Vector<Pair> inflexion = new Vector<Pair>(); Vector<Pair> inflexion = new Vector<Pair>();
System.err.println(" INCREMENT SET "+increment ); //System.err.println(" INCREMENT SET "+increment );
int next = 0; int next = 0;
// Collect the points that change recall // Collect the points that change recall
// (the other provide lower precision from the same recall and are not considered) // (the other provide lower precision from the same recall and are not considered)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment