A set of results returned by GPUdb::matchGraph. More…
#include <gpudb/protocol/match_graph.h>
Public Member Functions | |
| MatchGraphResponse () | |
| Constructs a MatchGraphResponse object with default parameters. | |
Public Attributes | |
| bool | result |
| Indicates a successful solution. | |
| float | matchScore |
| The mean square error calculation representing the map matching score. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::matchGraph.
Definition at line 1634 of file match_graph.h.
Constructor & Destructor Documentation
◆ MatchGraphResponse()
| inline |
Constructs a MatchGraphResponse object with default parameters.
Definition at line 1639 of file match_graph.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::MatchGraphResponse::info |
Additional information.
Definition at line 1660 of file match_graph.h.
◆ matchScore
| float gpudb::MatchGraphResponse::matchScore |
The mean square error calculation representing the map matching score.
Values closer to zero are better.
Definition at line 1655 of file match_graph.h.
◆ result
| bool gpudb::MatchGraphResponse::result |
Indicates a successful solution.
Definition at line 1649 of file match_graph.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/match_graph.h