public interface DistributionConstraintsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getMinDomainMass()
The minimum fraction (in [0,1]) of values across all examples that
should come from the feature's domain, e.g.:
1.0 => All values must come from the domain.
|
boolean |
hasMinDomainMass()
The minimum fraction (in [0,1]) of values across all examples that
should come from the feature's domain, e.g.:
1.0 => All values must come from the domain.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinDomainMass()
The minimum fraction (in [0,1]) of values across all examples that
should come from the feature's domain, e.g.:
1.0 => All values must come from the domain.
.9 => At least 90% of the values must come from the domain.
optional double min_domain_mass = 1 [default = 1];double getMinDomainMass()
The minimum fraction (in [0,1]) of values across all examples that
should come from the feature's domain, e.g.:
1.0 => All values must come from the domain.
.9 => At least 90% of the values must come from the domain.
optional double min_domain_mass = 1 [default = 1];Copyright © 2020 Gojek. All rights reserved.