Interface Explanation<T extends Output<T>>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LIMEExplanation
An explanation knows what features are used, what the explaining Model is and what the original Model's prediction is.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the names of the active features in this explanation.getModel()
Returns the explanining model.The original model's prediction which is being explained.
-
Method Details
-
getActiveFeatures
-
getModel
-
getPrediction
Prediction<Label> getPrediction()The original model's prediction which is being explained.- Returns:
- The original prediction.
-