Skip to main content

final class atoti_ai.AutoExplain

Manage the Auto-Explain feature of a Cube.
excluded_hierarchiesThe hierarchies that are never explored.
excluded_hierarchies_per_measureThe per-measure overrides of excluded_hierarchies, keyed by measure name.
included_hierarchiesThe hierarchies exploration is restricted to.
included_hierarchies_per_measureThe per-measure overrides of included_hierarchies, keyed by measure name.
max_depthThe maximum number of hierarchies the algorithm drills down through.
max_distinct_hierarchiesThe maximum number of distinct hierarchies reported across the explanation.
max_entropyThe maximum entropy above which a level is considered too uniform to explain.
max_members_per_levelThe maximum number of members reported per level.
min_percentage_absolute_contributionThe minimum absolute contribution (as a percentage) a member must reach to be reported.
min_percentage_relative_contributionThe minimum relative contribution (as a percentage) a member must reach to be reported.
min_variation_thresholdThe minimum variation a contributor must reach to be reported.
opposite_contributors_includedWhether contributors moving in the opposite direction of the overall variation are also reported.