Fix formatting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,6 +15,6 @@ struct SubMatching
|
||||
std::vector<unsigned> alternatives_count;
|
||||
double confidence;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::map_matching
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user