GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
bool | result |
Indicates a successful solution. More... | |
float | matchScore |
The mean square error calculation representing the map matching score. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::matchGraph.
Definition at line 1527 of file match_graph.h.
|
inline |
Constructs a MatchGraphResponse object with default parameters.
Definition at line 1532 of file match_graph.h.
std::map<std::string, std::string> gpudb::MatchGraphResponse::info |
Additional information.
Definition at line 1553 of file match_graph.h.
float gpudb::MatchGraphResponse::matchScore |
The mean square error calculation representing the map matching score.
Values closer to zero are better.
Definition at line 1548 of file match_graph.h.
bool gpudb::MatchGraphResponse::result |
Indicates a successful solution.
Definition at line 1542 of file match_graph.h.