Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 23 Aug 2012 07:05:20 +0000 (00:05 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 23 Aug 2012 07:05:20 +0000 (00:05 -0700)
mtp.cc

diff --git a/mtp.cc b/mtp.cc
index 455ef5a..1af71af 100644 (file)
--- a/mtp.cc
+++ b/mtp.cc
@@ -54,7 +54,7 @@ int main(int argc, char **argv) {
   tracker->build_graph();
 
   // We generate synthetic detection scores at location
-  // nb_locations/2, with 10% false detection (FP or FN)
+  // nb_locations/2, with 5% false detection (FP or FN)
 
   for(int t = 0; t < nb_time_steps; t++) {
     for(int l = 0; l < nb_locations; l++) {