Uses of Class
org.tribuo.classification.explanations.lime.LIMEExplanation
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
-
Uses of LIMEExplanation in org.tribuo.classification.explanations.lime
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionprotected com.oracle.labs.mlrg.olcut.util.Pair<LIMEExplanation,
List<Example<Regressor>>> LIMEBase.explainWithSamples
(Example<Label> example) protected com.oracle.labs.mlrg.olcut.util.Pair<LIMEExplanation,
List<Example<Regressor>>> LIMEColumnar.explainWithSamples
(Map<String, String> input)