projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24d3119
)
Changed the flip noise back to 5%.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 24 Aug 2012 15:27:51 +0000
(17:27 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 24 Aug 2012 15:27:51 +0000
(17:27 +0200)
mtp.cc
patch
|
blob
|
history
diff --git
a/mtp.cc
b/mtp.cc
index
899c73d
..
c1387d9
100644
(file)
--- a/
mtp.cc
+++ b/
mtp.cc
@@
-55,7
+55,7
@@
int main(int argc, char **argv) {
// We generate synthetic detection scores at location
// nb_locations/2, with 5% false detection (FP or FN)
- scalar_t flip_noise = 0.0
1
;
+ scalar_t flip_noise = 0.0
5
;
scalar_t score_noise = 0.0;
for(int t = 0; t < nb_time_steps; t++) {