org.tensorflow.metadata.v0.WeightedStringStatisticsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/statistics.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface WeightedStringStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.WeightedStringStatistics)
com.google.protobuf.MessageOrBuilder {
/**
*
* A sorted list of the most-frequent values and their weighted frequencies,
* with the most-frequent being first.
*
*
* repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;
*/
java.util.List
getTopValuesList();
/**
*
* A sorted list of the most-frequent values and their weighted frequencies,
* with the most-frequent being first.
*
*
* repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;
*/
org.tensorflow.metadata.v0.StringStatistics.FreqAndValue getTopValues(int index);
/**
*
* A sorted list of the most-frequent values and their weighted frequencies,
* with the most-frequent being first.
*
*
* repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;
*/
int getTopValuesCount();
/**
*
* A sorted list of the most-frequent values and their weighted frequencies,
* with the most-frequent being first.
*
*
* repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;
*/
java.util.List extends org.tensorflow.metadata.v0.StringStatistics.FreqAndValueOrBuilder>
getTopValuesOrBuilderList();
/**
*
* A sorted list of the most-frequent values and their weighted frequencies,
* with the most-frequent being first.
*
*
* repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;
*/
org.tensorflow.metadata.v0.StringStatistics.FreqAndValueOrBuilder getTopValuesOrBuilder(
int index);
/**
*
* The rank histogram for the weighted values of the feature.
*
*
* .tensorflow.metadata.v0.RankHistogram rank_histogram = 2;
* @return Whether the rankHistogram field is set.
*/
boolean hasRankHistogram();
/**
*
* The rank histogram for the weighted values of the feature.
*
*
* .tensorflow.metadata.v0.RankHistogram rank_histogram = 2;
* @return The rankHistogram.
*/
org.tensorflow.metadata.v0.RankHistogram getRankHistogram();
/**
*
* The rank histogram for the weighted values of the feature.
*
*
* .tensorflow.metadata.v0.RankHistogram rank_histogram = 2;
*/
org.tensorflow.metadata.v0.RankHistogramOrBuilder getRankHistogramOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy