Uses of Interface
org.tribuo.classification.explanations.Explanation
Packages that use Explanation
Package
Description
Provides core infrastructure for local model based explanations.
Provides an implementation of LIME (Locally Interpretable Model Explanations).
-
Uses of Explanation in org.tribuo.classification.explanations
Methods in org.tribuo.classification.explanations that return ExplanationModifier and TypeMethodDescriptionExplains the supplied data.Explain why the suppliedExample
is classified a certain way. -
Uses of Explanation in org.tribuo.classification.explanations.lime
Classes in org.tribuo.classification.explanations.lime that implement Explanation