structify_net.scoring.scores_for_graphs
- structify_net.scoring.scores_for_graphs(graphs, scores=None, latex_names=True)
Compute scores for a list of graphs
- Args:
graphs (_type_): A dictionary of graphs such as {name:graph} scores (_type_, optional): A dictionary of scores such as {name:score}. Defaults to None. latex_names (bool, optional): If True, the names of the scores are latex formulas. Defaults to True.