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