GPUdb C++ API  Version 7.2.2.4
gpudb::MatchGraphResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::matchGraph.

Definition at line 1527 of file match_graph.h.

Constructor & Destructor Documentation

◆ MatchGraphResponse()

gpudb::MatchGraphResponse::MatchGraphResponse ( )
inline

Constructs a MatchGraphResponse object with default parameters.

Definition at line 1532 of file match_graph.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::MatchGraphResponse::info

Additional information.

Definition at line 1553 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 1548 of file match_graph.h.

◆ result

bool gpudb::MatchGraphResponse::result

Indicates a successful solution.

Definition at line 1542 of file match_graph.h.


The documentation for this struct was generated from the following file: