
===========
TABLE SETUP
===========

graph_m_seattle_markov.seattle_road_network table object successfully created.
Creating records from the road_weights.csv file.
447947 records inserted into graph_m_seattle_markov.seattle_road_network table.

graph_m_seattle_markov.raw_gps_samples table object successfully created.
Creating records from the mm_raw_gps.csv file.
7531 records inserted into graph_m_seattle_markov.raw_gps_samples table.


===========
GRAPH SETUP
===========

Creating graph_m_seattle_markov.seattle_road_network_graph
graph_m_seattle_markov.seattle_road_network_graph creation success!
Number of nodes: 418390
Number of edges: 447852

====================
MATCH GRAPH EXAMPLES
====================

Matching graph_m_seattle_markov.raw_gps_samples to graph_m_seattle_markov.seattle_road_network_graph using the markov_chain solver type.
Score for how well the samples matched to the graph (closer to 0 is better): 0.000036783752876

Matching graph_m_seattle_markov.raw_gps_samples to graph_m_seattle_markov.seattle_road_network_graph using the markov_chain solver type but filtering out fold-over paths.
Score for how well the samples matched to the graph with filter folding (closer to 0 is better): 0.000037545614759
