trait DistributionConstraintsOrBuilder extends MessageOrBuilder
Ordering
- Alphabetic
- By Inheritance
Inherited
- DistributionConstraintsOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getMinDomainMass(): Double
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.
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];
- returns
The minDomainMass.
- abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasMinDomainMass(): Boolean
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.
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];
- returns
Whether the minDomainMass field is set.
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder