pub trait ExplainableAI: Interpretable + Probabilistic { }
Composite trait for explainable AI algorithms