org.tensorflow.metadata.v0.FeaturePresenceOrBuilder 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 FeaturePresenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.FeaturePresence)
com.google.protobuf.MessageOrBuilder {
/**
*
* Minimum fraction of examples that have this feature.
*
*
* optional double min_fraction = 1;
* @return Whether the minFraction field is set.
*/
boolean hasMinFraction();
/**
*
* Minimum fraction of examples that have this feature.
*
*
* optional double min_fraction = 1;
* @return The minFraction.
*/
double getMinFraction();
/**
*
* Minimum number of examples that have this feature.
*
*
* optional int64 min_count = 2;
* @return Whether the minCount field is set.
*/
boolean hasMinCount();
/**
*
* Minimum number of examples that have this feature.
*
*
* optional int64 min_count = 2;
* @return The minCount.
*/
long getMinCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy