Graphes#

Distance#

mlstatpy.graph.GraphDistance (self, edge_list, vertex_label = None, add_loop = False, weight_vertex = 1.0, weight_edge = 1.0)

Defines a graph to compute a distance between two graphs.

distance_matching_graphs_paths (self, graph2, function_mach_vertices = None, function_match_edges = None, noClean = False, store = None, use_min = True, weight_vertex = 1.0, weight_edge = 1.0, verbose = 0, fLOG = <built-in function print>)

Computes an alignment between two graphs.