Interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder (1.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |