org.tensorflow.metadata.v0.WeightedNaturalLanguageStatisticsOrBuilder 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 WeightedNaturalLanguageStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.WeightedNaturalLanguageStatistics)
com.google.protobuf.MessageOrBuilder {
/**
*
* Weighted feature coverage.
*
*
* double feature_coverage = 1;
* @return The featureCoverage.
*/
double getFeatureCoverage();
/**
*
* Weighted average token length.
*
*
* double avg_token_length = 2;
* @return The avgTokenLength.
*/
double getAvgTokenLength();
/**
*
* Histogram containing the distribution of token lengths.
*
*
* .tensorflow.metadata.v0.Histogram token_length_histogram = 3;
* @return Whether the tokenLengthHistogram field is set.
*/
boolean hasTokenLengthHistogram();
/**
*
* Histogram containing the distribution of token lengths.
*
*
* .tensorflow.metadata.v0.Histogram token_length_histogram = 3;
* @return The tokenLengthHistogram.
*/
org.tensorflow.metadata.v0.Histogram getTokenLengthHistogram();
/**
*
* Histogram containing the distribution of token lengths.
*
*
* .tensorflow.metadata.v0.Histogram token_length_histogram = 3;
*/
org.tensorflow.metadata.v0.HistogramOrBuilder getTokenLengthHistogramOrBuilder();
/**
*
* Histogram containing the distribution of sequence lengths.
*
*
* .tensorflow.metadata.v0.Histogram sequence_length_histogram = 9;
* @return Whether the sequenceLengthHistogram field is set.
*/
boolean hasSequenceLengthHistogram();
/**
*
* Histogram containing the distribution of sequence lengths.
*
*
* .tensorflow.metadata.v0.Histogram sequence_length_histogram = 9;
* @return The sequenceLengthHistogram.
*/
org.tensorflow.metadata.v0.Histogram getSequenceLengthHistogram();
/**
*
* Histogram containing the distribution of sequence lengths.
*
*
* .tensorflow.metadata.v0.Histogram sequence_length_histogram = 9;
*/
org.tensorflow.metadata.v0.HistogramOrBuilder getSequenceLengthHistogramOrBuilder();
/**
*
* Weighted number of sequences that do not match the location constraint.
*
*
* double location_misses = 4;
* @return The locationMisses.
*/
double getLocationMisses();
/**
*
* Per-token weighted statistics.
*
*
* .tensorflow.metadata.v0.NaturalLanguageStatistics.TokenStatistics token_statistics = 5;
* @return Whether the tokenStatistics field is set.
*/
boolean hasTokenStatistics();
/**
*
* Per-token weighted statistics.
*
*
* .tensorflow.metadata.v0.NaturalLanguageStatistics.TokenStatistics token_statistics = 5;
* @return The tokenStatistics.
*/
org.tensorflow.metadata.v0.NaturalLanguageStatistics.TokenStatistics getTokenStatistics();
/**
*
* Per-token weighted statistics.
*
*
* .tensorflow.metadata.v0.NaturalLanguageStatistics.TokenStatistics token_statistics = 5;
*/
org.tensorflow.metadata.v0.NaturalLanguageStatistics.TokenStatisticsOrBuilder getTokenStatisticsOrBuilder();
/**
*
* The rank histogram with the weighted tokens for the feature.
*
*
* .tensorflow.metadata.v0.RankHistogram rank_histogram = 6;
* @return Whether the rankHistogram field is set.
*/
boolean hasRankHistogram();
/**
*
* The rank histogram with the weighted tokens for the feature.
*
*
* .tensorflow.metadata.v0.RankHistogram rank_histogram = 6;
* @return The rankHistogram.
*/
org.tensorflow.metadata.v0.RankHistogram getRankHistogram();
/**
*
* The rank histogram with the weighted tokens for the feature.
*
*
* .tensorflow.metadata.v0.RankHistogram rank_histogram = 6;
*/
org.tensorflow.metadata.v0.RankHistogramOrBuilder getRankHistogramOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy