Interface TabularExplainer<T extends Output<T>>
- All Known Implementing Classes:
LIMEBase
,LIMEColumnar
,LIMEText
public interface TabularExplainer<T extends Output<T>>
An explainer for tabular data.
-
Method Summary
-
Method Details
-
explain
Explain why the suppliedExample
is classified a certain way.- Parameters:
example
- The Example to explain.- Returns:
- An Explanation for this example.
-