explanations property

List<Explanation>? explanations
getter/setter pair

A list of the top global explanations.

Sorted by absolute value of attribution in descending order.

Implementation

core.List<Explanation>? explanations;