Interface ColumnarExplainer<T extends Output<T>>
- All Known Implementing Classes:
LIMEColumnar
public interface ColumnarExplainer<T extends Output<T>>
An explainer for data using Tribuo's columnar data package.
-
Method Summary
-
Method Details
-
explain
Explains the supplied data. The Map is first converted into anExample
using aRowProcessor
, before being supplied to the internalModel
.- Parameters:
input
- The data to explain.- Returns:
- An Explanation for this data.
-