org.tensorflow.metadata.v0.DistributionConstraintsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface DistributionConstraintsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.DistributionConstraints)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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];
* @return Whether the minDomainMass field is set.
*/
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.
* .9 => At least 90% of the values must come from the domain.
*
*
* optional double min_domain_mass = 1 [default = 1];
* @return The minDomainMass.
*/
double getMinDomainMass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy