Interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder (1.2.0)

publicstaticinterface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxValue()

publicabstractfloatgetMaxValue()

The maximum permissible value for this feature.

float max_value = 2;

Returns
Type Description
float

The maxValue.

getMinValue()

publicabstractfloatgetMinValue()

The minimum permissible value for this feature.

float min_value = 1;

Returns
Type Description
float

The minValue.

getOriginalMean()

publicabstractfloatgetOriginalMean()

If this input feature has been normalized to a mean value of 0, the original_mean specifies the mean value of the domain prior to normalization.

float original_mean = 3;

Returns
Type Description
float

The originalMean.

getOriginalStddev()

publicabstractfloatgetOriginalStddev()

If this input feature has been normalized to a standard deviation of 1.0, the original_stddev specifies the standard deviation of the domain prior to normalization.

float original_stddev = 4;

Returns
Type Description
float

The originalStddev.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.