Package | Description |
---|---|
org.tribuo.classification.explanations |
Provides core infrastructure for local model based explanations.
|
org.tribuo.classification.explanations.lime |
Provides an implementation of LIME (Locally Interpretable Model Explanations).
|
Modifier and Type | Method and Description |
---|---|
Explanation<T> |
TabularExplainer.explain(Example<Label> example)
Explain why the supplied
Example is classified a certain way. |
Explanation<T> |
ColumnarExplainer.explain(Map<String,String> input)
Explains the supplied data.
|
Explanation<T> |
TextExplainer.explain(String inputText)
|
Modifier and Type | Class and Description |
---|---|
class |
LIMEExplanation
An
Explanation using LIME. |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.