sorbetto.ranking.abstract_ranking module
- class sorbetto.ranking.abstract_ranking.AbstractRanking(entities, performance_ordering, name=None)[source]
Bases:
ABCSee Axiom 1 in Piérard et al. [17].
- draw(fig: Figure | None = None, ax: Axes | None = None, value_axis_label: str = '') tuple[Figure, Axes][source]
- property entities: Iterable
- property name
- property performance_ordering
- abstract property values: ndarray