make jaccard-geodist the default statsimi classifier

This commit is contained in:
Patrick Brosi 2022-01-31 23:44:53 +01:00
parent cdbfb0966d
commit 647a596dea
5 changed files with 40 additions and 2 deletions

View file

@ -65,7 +65,7 @@ void MotConfigReader::parse(const std::vector<std::string>& paths,
cfg.routingOpts.statsimiMethod =
p.getStr(secStr, "station_similarity_classification_method");
} else {
cfg.routingOpts.statsimiMethod = "bts";
cfg.routingOpts.statsimiMethod = "jaccard-geodist";
}
if (p.hasKey(secStr, "routing_use_stations")) {