Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
0c3678dd
Commit
0c3678dd
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- suppressed printout
parent
4a41edc1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java
+2
-2
2 additions, 2 deletions
src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java
with
2 additions
and
2 deletions
src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java
+
2
−
2
View file @
0c3678dd
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment