cotengra.pathfinders.path_igraph¶
igraph based pathfinders.
Attributes¶
Functions¶
|
Convert opt_einsum format to igraph graph incl. weights. |
|
|
|
A single, repeatable, igraph trial run. This is for igraph methods that |
|
Module Contents¶
- cotengra.pathfinders.path_igraph.oe_to_igraph(inputs, output, size_dict, weight_nodes='const', weight_edges='log')[source]¶
Convert opt_einsum format to igraph graph incl. weights.
- cotengra.pathfinders.path_igraph.igraph_subgraph_find_membership(inputs, output, size_dict, weight_nodes='const', weight_edges='log', method='spinglass', parts=2, seed=None, **igraph_opts)[source]¶
- cotengra.pathfinders.path_igraph.igraph_to_tree¶
- cotengra.pathfinders.path_igraph.trial_igraph_dendrogram(inputs, output, size_dict, weight_nodes='const', weight_edges='log', random_strength=0.1, method='betweenness', **kwargs)[source]¶
A single, repeatable, igraph trial run. This is for igraph methods that naturally produce a dendrogram (== ssa_path).