cotengra.pathfinders.path_igraph ================================ .. py:module:: cotengra.pathfinders.path_igraph .. autoapi-nested-parse:: igraph based pathfinders. Attributes ---------- .. autoapisummary:: cotengra.pathfinders.path_igraph.igraph_to_tree cotengra.pathfinders.path_igraph.trial_igraph_partition Functions --------- .. autoapisummary:: cotengra.pathfinders.path_igraph.oe_to_igraph cotengra.pathfinders.path_igraph.igraph_subgraph_find_membership cotengra.pathfinders.path_igraph.trial_igraph_dendrogram cotengra.pathfinders.path_igraph.trial_spinglass Module Contents --------------- .. py:function:: oe_to_igraph(inputs, output, size_dict, weight_nodes='const', weight_edges='log') Convert opt_einsum format to igraph graph incl. weights. .. py:function:: igraph_subgraph_find_membership(inputs, output, size_dict, weight_nodes='const', weight_edges='log', method='spinglass', parts=2, seed=None, **igraph_opts) .. py:data:: igraph_to_tree .. py:data:: trial_igraph_partition .. py:function:: trial_igraph_dendrogram(inputs, output, size_dict, weight_nodes='const', weight_edges='log', random_strength=0.1, method='betweenness', **kwargs) A single, repeatable, igraph trial run. This is for igraph methods that naturally produce a dendrogram (== ssa_path). .. py:function:: trial_spinglass(inputs, output, size_dict, icool_fact=0.01, igamma=0.01, **kwargs)