structify_net.scoring.scores_for_rank_functions
- structify_net.scoring.scores_for_rank_functions(rank_functions, n, m, scores=None, epsilons=0, runs=1, latex_names=True)
Scores for a list of rank functions
- Args:
rank_functions (_type_): A dictionary of rank functions such as {name:rank_function} n (_type_): number of nodes m (_type_): number of edges scores (_type_, optional): A dictionary of scores such as {name:score}. Defaults to None. epsilons (int, optional): A list of epsilons. Defaults to 0. runs (int, optional): number of runs. Defaults to 1. latex_names (bool, optional): If True, the names of the scores are latex formulas. Defaults to True.
- Returns:
_type_: dataframe with the scores