structify_net.scoring.get_default_scores
- structify_net.scoring.get_default_scores(with_size=False, latex_names=True)
Returns the default scores
Returns a dictionary of scores such as {name:score}
- Args:
with_size (bool, optional): If True, the size of the graph is added to the scores. Defaults to False. latex_names (bool, optional): If True, the names of the scores are latex formulas. Defaults to False.
- Returns:
_type_: A dictionary of scores such as {name:score}