MedianRank ========== .. currentmodule:: pykeen.metrics.ranking .. autoclass:: MedianRank :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~MedianRank.binarize ~MedianRank.closed_expectation ~MedianRank.closed_variance ~MedianRank.increasing ~MedianRank.key ~MedianRank.name ~MedianRank.needs_candidates ~MedianRank.supported_rank_types ~MedianRank.supports_weights ~MedianRank.synonyms ~MedianRank.value_range .. rubric:: Methods Summary .. autosummary:: ~MedianRank.__call__ ~MedianRank.expected_value ~MedianRank.extra_repr ~MedianRank.get_description ~MedianRank.get_link ~MedianRank.get_range ~MedianRank.get_sampled_values ~MedianRank.iter_extra_repr ~MedianRank.numeric_expected_value ~MedianRank.numeric_expected_value_with_ci ~MedianRank.numeric_variance ~MedianRank.numeric_variance_with_ci ~MedianRank.std ~MedianRank.variance .. rubric:: Attributes Documentation .. autoattribute:: binarize .. autoattribute:: closed_expectation .. autoattribute:: closed_variance .. autoattribute:: increasing .. autoattribute:: key .. autoattribute:: name .. autoattribute:: needs_candidates .. autoattribute:: supported_rank_types .. autoattribute:: supports_weights .. autoattribute:: synonyms .. autoattribute:: value_range .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: expected_value .. automethod:: extra_repr .. automethod:: get_description .. automethod:: get_link .. automethod:: get_range .. automethod:: get_sampled_values .. automethod:: iter_extra_repr .. automethod:: numeric_expected_value .. automethod:: numeric_expected_value_with_ci .. automethod:: numeric_variance .. automethod:: numeric_variance_with_ci .. automethod:: std .. automethod:: variance