From: Francois Fleuret Date: Thu, 23 Aug 2012 07:05:20 +0000 (-0700) Subject: Cosmetics. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=5b2943dfdbc77edc1f5f8bfa1f19102c6c049cc8 Cosmetics. --- diff --git a/mtp.cc b/mtp.cc index 455ef5a..1af71af 100644 --- 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++) {