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
Returns the names of the active features in this explanation.- Returns:
- The active feature names.
-
getModel
Returns the explanining model.- Returns:
- The explanation model.
-
getPrediction
Prediction<Label> getPrediction()The original model's prediction which is being explained.- Returns:
- The original prediction.
-