ArithmeticMeanRank ================== .. currentmodule:: pykeen.metrics.ranking .. autoclass:: ArithmeticMeanRank :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ArithmeticMeanRank.binarize ~ArithmeticMeanRank.closed_expectation ~ArithmeticMeanRank.closed_variance ~ArithmeticMeanRank.increasing ~ArithmeticMeanRank.key ~ArithmeticMeanRank.name ~ArithmeticMeanRank.needs_candidates ~ArithmeticMeanRank.supported_rank_types ~ArithmeticMeanRank.supports_weights ~ArithmeticMeanRank.synonyms ~ArithmeticMeanRank.value_range .. rubric:: Methods Summary .. autosummary:: ~ArithmeticMeanRank.__call__ ~ArithmeticMeanRank.expected_value ~ArithmeticMeanRank.extra_repr ~ArithmeticMeanRank.get_description ~ArithmeticMeanRank.get_link ~ArithmeticMeanRank.get_range ~ArithmeticMeanRank.get_sampled_values ~ArithmeticMeanRank.iter_extra_repr ~ArithmeticMeanRank.numeric_expected_value ~ArithmeticMeanRank.numeric_expected_value_with_ci ~ArithmeticMeanRank.numeric_variance ~ArithmeticMeanRank.numeric_variance_with_ci ~ArithmeticMeanRank.std ~ArithmeticMeanRank.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