make jaccard-geodist the default statsimi classifier
This commit is contained in:
parent
cdbfb0966d
commit
647a596dea
5 changed files with 40 additions and 2 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue