> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::MatchGraphResponse

> gpudb::MatchGraphResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa906b4367c2f812aabd089ad7d0d8f3b">GPUdb::matchGraph</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/match__graph_8h_source">gpudb/protocol/match\_graph.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a2079053c800ad6d4eaa80a5c4a516079" id="r_a2079053c800ad6d4eaa80a5c4a516079">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2079053c800ad6d4eaa80a5c4a516079">MatchGraphResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a2079053c800ad6d4eaa80a5c4a516079">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1MatchGraphResponse" title="A set of results returned by GPUdb::matchGraph.">MatchGraphResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a2079053c800ad6d4eaa80a5c4a516079">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:ab2d2a6975f728b2d9e12a3a84eaf70c2" id="r_ab2d2a6975f728b2d9e12a3a84eaf70c2">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab2d2a6975f728b2d9e12a3a84eaf70c2">result</a></td>
      </tr>

      <tr className="memdesc:ab2d2a6975f728b2d9e12a3a84eaf70c2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates a successful solution. <br /></td>
      </tr>

      <tr className="separator:ab2d2a6975f728b2d9e12a3a84eaf70c2">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:af6a080d1c2876679eb3c780bbcf68ad7" id="r_af6a080d1c2876679eb3c780bbcf68ad7">
        <td className="memItemLeft" align="right" valign="top">float </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af6a080d1c2876679eb3c780bbcf68ad7">matchScore</a></td>
      </tr>

      <tr className="memdesc:af6a080d1c2876679eb3c780bbcf68ad7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The mean square error calculation representing the map matching score. <br /></td>
      </tr>

      <tr className="separator:af6a080d1c2876679eb3c780bbcf68ad7">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a7d5743ab97ca59167555d1211876db2c" id="r_a7d5743ab97ca59167555d1211876db2c">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7d5743ab97ca59167555d1211876db2c">info</a></td>
      </tr>

      <tr className="memdesc:a7d5743ab97ca59167555d1211876db2c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:a7d5743ab97ca59167555d1211876db2c">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa906b4367c2f812aabd089ad7d0d8f3b">GPUdb::matchGraph</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/match__graph_8h_source#l01634">1634</a> of file <a className="el" href="/content/api/cpp/match__graph_8h_source">match\_graph.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a2079053c800ad6d4eaa80a5c4a516079">◆ </a></span>MatchGraphResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::MatchGraphResponse::MatchGraphResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1MatchGraphResponse" title="A set of results returned by GPUdb::matchGraph.">MatchGraphResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/match__graph_8h_source#l01639">1639</a> of file <a className="el" href="/content/api/cpp/match__graph_8h_source">match\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7d5743ab97ca59167555d1211876db2c">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::MatchGraphResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/match__graph_8h_source#l01660">1660</a> of file <a className="el" href="/content/api/cpp/match__graph_8h_source">match\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af6a080d1c2876679eb3c780bbcf68ad7">◆ </a></span>matchScore</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">float gpudb::MatchGraphResponse::matchScore</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The mean square error calculation representing the map matching score. </p>
        <p>Values closer to zero are better. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/match__graph_8h_source#l01655">1655</a> of file <a className="el" href="/content/api/cpp/match__graph_8h_source">match\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab2d2a6975f728b2d9e12a3a84eaf70c2">◆ </a></span>result</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::MatchGraphResponse::result</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates a successful solution. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/match__graph_8h_source#l01649">1649</a> of file <a className="el" href="/content/api/cpp/match__graph_8h_source">match\_graph.h</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/match__graph_8h_source">match\_graph.h</a></li>
    </ul>
  </div>
</div>
