Interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder (3.42.0)

public static interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxValue()

public abstract float getMaxValue()

The maximum permissible value for this feature.

float max_value = 2;

Returns
TypeDescription
float

The maxValue.

getMinValue()

public abstract float getMinValue()

The minimum permissible value for this feature.

float min_value = 1;

Returns
TypeDescription
float

The minValue.

getOriginalMean()

public abstract float getOriginalMean()

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
TypeDescription
float

The originalMean.

getOriginalStddev()

public abstract float getOriginalStddev()

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
TypeDescription
float

The originalStddev.