Enum ExplanationMetadata.Types.InputMetadata.Types.Visualization.Types.Polarity (1.4.0)

public enum Polarity

Whether to only highlight pixels with positive contributions, negative or both. Defaults to POSITIVE.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Both

Shows both positive and negative attributions.

Negative

Setting polarity to negative highlights areas that does not lead to the models's current prediction.

Positive

Highlights the pixels/outlines that were most influential to the model's prediction.

Unspecified

Default value. This is the same as POSITIVE.