public static interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getMaxValue()
The maximum permissible value for this feature.
|
float |
getMinValue()
The minimum permissible value for this feature.
|
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 |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getMinValue()
The minimum permissible value for this feature.
float min_value = 1;float getMaxValue()
The maximum permissible value for this feature.
float max_value = 2;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;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;Copyright © 2023 Google LLC. All rights reserved.