multi_explanation ================= .. py:module:: multi_explanation Classes ------- .. autoapisummary:: multi_explanation.MultiExplanation Module Contents --------------- .. py:class:: MultiExplanation(maps, prediction_func, data, args, run_stats) Bases: :py:obj:`rex_xai.explanation.explanation.Explanation` .. py:attribute:: explanations :value: [] .. py:attribute:: explanation_confidences :value: [] .. py:method:: __repr__() .. py:method:: save(path, mask=None, clauses = None, multi_style = None) .. py:method:: show(multi_style=None, clauses=None) .. py:method:: extract() .. py:method:: __dice(d1, d2) calculates dice coefficient between two numpy arrays of the same dimensions .. py:method:: separate_by(dice_coefficient, reverse=True) .. py:method:: __random_step_from(origin, width, height, step=5) .. py:method:: __random_location() .. py:method:: spotlight_search(origin=None)