Main
get_graph_metrics()
Details
Contribution guidelines
Vignettes
Additional resources
Get the graph metrics of a network.
network (nx.Graph, dict) – The network to get the graph metrics from. If a dictionary, will iterate over it.
target_dict (dict) – A dictionary containing the targets and sign of measurements.
The graph metrics of the network.
DataFrame