public interface Explanation<T extends Output<T>> extends Serializable
Modifier and Type | Method and Description |
---|---|
List<String> |
getActiveFeatures()
Returns the names of the active features in this explanation.
|
Model<T> |
getModel()
Returns the explanining model.
|
Prediction<Label> |
getPrediction()
The original model's prediction which is being explained.
|
List<String> getActiveFeatures()
Prediction<Label> getPrediction()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.