explanations property

List<Explanation> explanations
final

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

Implementation

final List<Explanation> explanations;