Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-20 18:00:11 +01:00
parent d7c44f0bc0
commit 7c06726a35
454 changed files with 461 additions and 461 deletions
@@ -94,6 +94,6 @@ class BayesClassifier
double positive_apriori_probability;
double negative_apriori_probability;
};
} // namespace osrm
} // namespace osrm::engine::map_matching
#endif // BAYES_CLASSIFIER_HPP
@@ -133,6 +133,6 @@ template <class CandidateLists> struct HiddenMarkovModel
return initial_timestamp;
}
};
} // namespace osrm
} // namespace osrm::engine::map_matching
#endif // HIDDEN_MARKOV_MODEL
@@ -47,6 +47,6 @@ struct MatchingConfidence
private:
ClassifierT classifier;
};
} // namespace osrm
} // namespace osrm::engine::map_matching
#endif
+1 -1
View File
@@ -15,6 +15,6 @@ struct SubMatching
std::vector<unsigned> alternatives_count;
double confidence;
};
} // namespace osrm
} // namespace osrm::engine::map_matching
#endif