X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp.cc;h=1af71afbf4ff8a44b15026097467a42b60bbc1ad;hb=5b2943dfdbc77edc1f5f8bfa1f19102c6c049cc8;hp=455ef5a11b4b1029abbd21229fd7daba481dad82;hpb=d2ff8e371d586dd9053e3de8ea918c363589716e;p=mtp.git 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++) {