Package org.tensorflow.metadata.v0
Class CommonStatistics.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
- org.tensorflow.metadata.v0.CommonStatistics.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,CommonStatisticsOrBuilder
- Enclosing class:
- CommonStatistics
public static final class CommonStatistics.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder> implements CommonStatisticsOrBuilder
Common statistics for all feature types. Statistics counting number of values (i.e., min_num_values, max_num_values, avg_num_values, and tot_num_values) include NaNs.
Protobuf typetensorflow.metadata.v0.CommonStatistics
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonStatistics.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CommonStatisticsbuild()CommonStatisticsbuildPartial()CommonStatistics.Builderclear()CommonStatistics.BuilderclearAvgNumValues()The average number of values in a single example for this feature.CommonStatistics.BuilderclearFeatureListLengthHistogram()The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).CommonStatistics.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CommonStatistics.BuilderclearMaxNumValues()The maximum number of values in a single example for this feature.CommonStatistics.BuilderclearMinNumValues()The minimum number of values in a single example for this feature.CommonStatistics.BuilderclearNumMissing()The number of examples with no values for this feature.CommonStatistics.BuilderclearNumNonMissing()The number of examples with at least one value for this feature.CommonStatistics.BuilderclearNumValuesHistogram()The quantiles histogram for the number of values in this feature.CommonStatistics.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CommonStatistics.BuilderclearTotNumValues()tot_num_values = avg_num_values * num_non_missing.CommonStatistics.BuilderclearWeightedCommonStats().tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;CommonStatistics.Builderclone()floatgetAvgNumValues()The average number of values in a single example for this feature.CommonStatisticsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()HistogramgetFeatureListLengthHistogram()The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).Histogram.BuildergetFeatureListLengthHistogramBuilder()The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).HistogramOrBuildergetFeatureListLengthHistogramOrBuilder()The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).longgetMaxNumValues()The maximum number of values in a single example for this feature.longgetMinNumValues()The minimum number of values in a single example for this feature.longgetNumMissing()The number of examples with no values for this feature.longgetNumNonMissing()The number of examples with at least one value for this feature.HistogramgetNumValuesHistogram()The quantiles histogram for the number of values in this feature.Histogram.BuildergetNumValuesHistogramBuilder()The quantiles histogram for the number of values in this feature.HistogramOrBuildergetNumValuesHistogramOrBuilder()The quantiles histogram for the number of values in this feature.longgetTotNumValues()tot_num_values = avg_num_values * num_non_missing.WeightedCommonStatisticsgetWeightedCommonStats().tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;WeightedCommonStatistics.BuildergetWeightedCommonStatsBuilder().tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;WeightedCommonStatisticsOrBuildergetWeightedCommonStatsOrBuilder().tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;booleanhasFeatureListLengthHistogram()The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).booleanhasNumValuesHistogram()The quantiles histogram for the number of values in this feature.booleanhasWeightedCommonStats().tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CommonStatistics.BuildermergeFeatureListLengthHistogram(Histogram value)The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).CommonStatistics.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CommonStatistics.BuildermergeFrom(com.google.protobuf.Message other)CommonStatistics.BuildermergeFrom(CommonStatistics other)CommonStatistics.BuildermergeNumValuesHistogram(Histogram value)The quantiles histogram for the number of values in this feature.CommonStatistics.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CommonStatistics.BuildermergeWeightedCommonStats(WeightedCommonStatistics value).tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;CommonStatistics.BuildersetAvgNumValues(float value)The average number of values in a single example for this feature.CommonStatistics.BuildersetFeatureListLengthHistogram(Histogram value)The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).CommonStatistics.BuildersetFeatureListLengthHistogram(Histogram.Builder builderForValue)The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample).CommonStatistics.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CommonStatistics.BuildersetMaxNumValues(long value)The maximum number of values in a single example for this feature.CommonStatistics.BuildersetMinNumValues(long value)The minimum number of values in a single example for this feature.CommonStatistics.BuildersetNumMissing(long value)The number of examples with no values for this feature.CommonStatistics.BuildersetNumNonMissing(long value)The number of examples with at least one value for this feature.CommonStatistics.BuildersetNumValuesHistogram(Histogram value)The quantiles histogram for the number of values in this feature.CommonStatistics.BuildersetNumValuesHistogram(Histogram.Builder builderForValue)The quantiles histogram for the number of values in this feature.CommonStatistics.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CommonStatistics.BuildersetTotNumValues(long value)tot_num_values = avg_num_values * num_non_missing.CommonStatistics.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CommonStatistics.BuildersetWeightedCommonStats(WeightedCommonStatistics value).tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;CommonStatistics.BuildersetWeightedCommonStats(WeightedCommonStatistics.Builder builderForValue).tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
clear
public CommonStatistics.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
getDefaultInstanceForType
public CommonStatistics getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CommonStatistics build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CommonStatistics buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CommonStatistics.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
setField
public CommonStatistics.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
clearField
public CommonStatistics.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
clearOneof
public CommonStatistics.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
setRepeatedField
public CommonStatistics.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
addRepeatedField
public CommonStatistics.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
mergeFrom
public CommonStatistics.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommonStatistics.Builder>
-
mergeFrom
public CommonStatistics.Builder mergeFrom(CommonStatistics other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
mergeFrom
public CommonStatistics.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommonStatistics.Builder>- Throws:
IOException
-
getNumNonMissing
public long getNumNonMissing()
The number of examples with at least one value for this feature.
uint64 num_non_missing = 1;- Specified by:
getNumNonMissingin interfaceCommonStatisticsOrBuilder- Returns:
- The numNonMissing.
-
setNumNonMissing
public CommonStatistics.Builder setNumNonMissing(long value)
The number of examples with at least one value for this feature.
uint64 num_non_missing = 1;- Parameters:
value- The numNonMissing to set.- Returns:
- This builder for chaining.
-
clearNumNonMissing
public CommonStatistics.Builder clearNumNonMissing()
The number of examples with at least one value for this feature.
uint64 num_non_missing = 1;- Returns:
- This builder for chaining.
-
getNumMissing
public long getNumMissing()
The number of examples with no values for this feature.
uint64 num_missing = 2;- Specified by:
getNumMissingin interfaceCommonStatisticsOrBuilder- Returns:
- The numMissing.
-
setNumMissing
public CommonStatistics.Builder setNumMissing(long value)
The number of examples with no values for this feature.
uint64 num_missing = 2;- Parameters:
value- The numMissing to set.- Returns:
- This builder for chaining.
-
clearNumMissing
public CommonStatistics.Builder clearNumMissing()
The number of examples with no values for this feature.
uint64 num_missing = 2;- Returns:
- This builder for chaining.
-
getMinNumValues
public long getMinNumValues()
The minimum number of values in a single example for this feature.
uint64 min_num_values = 3;- Specified by:
getMinNumValuesin interfaceCommonStatisticsOrBuilder- Returns:
- The minNumValues.
-
setMinNumValues
public CommonStatistics.Builder setMinNumValues(long value)
The minimum number of values in a single example for this feature.
uint64 min_num_values = 3;- Parameters:
value- The minNumValues to set.- Returns:
- This builder for chaining.
-
clearMinNumValues
public CommonStatistics.Builder clearMinNumValues()
The minimum number of values in a single example for this feature.
uint64 min_num_values = 3;- Returns:
- This builder for chaining.
-
getMaxNumValues
public long getMaxNumValues()
The maximum number of values in a single example for this feature.
uint64 max_num_values = 4;- Specified by:
getMaxNumValuesin interfaceCommonStatisticsOrBuilder- Returns:
- The maxNumValues.
-
setMaxNumValues
public CommonStatistics.Builder setMaxNumValues(long value)
The maximum number of values in a single example for this feature.
uint64 max_num_values = 4;- Parameters:
value- The maxNumValues to set.- Returns:
- This builder for chaining.
-
clearMaxNumValues
public CommonStatistics.Builder clearMaxNumValues()
The maximum number of values in a single example for this feature.
uint64 max_num_values = 4;- Returns:
- This builder for chaining.
-
getAvgNumValues
public float getAvgNumValues()
The average number of values in a single example for this feature.
float avg_num_values = 5;- Specified by:
getAvgNumValuesin interfaceCommonStatisticsOrBuilder- Returns:
- The avgNumValues.
-
setAvgNumValues
public CommonStatistics.Builder setAvgNumValues(float value)
The average number of values in a single example for this feature.
float avg_num_values = 5;- Parameters:
value- The avgNumValues to set.- Returns:
- This builder for chaining.
-
clearAvgNumValues
public CommonStatistics.Builder clearAvgNumValues()
The average number of values in a single example for this feature.
float avg_num_values = 5;- Returns:
- This builder for chaining.
-
getTotNumValues
public long getTotNumValues()
tot_num_values = avg_num_values * num_non_missing. This is calculated directly, so should have less numerical error.
uint64 tot_num_values = 8;- Specified by:
getTotNumValuesin interfaceCommonStatisticsOrBuilder- Returns:
- The totNumValues.
-
setTotNumValues
public CommonStatistics.Builder setTotNumValues(long value)
tot_num_values = avg_num_values * num_non_missing. This is calculated directly, so should have less numerical error.
uint64 tot_num_values = 8;- Parameters:
value- The totNumValues to set.- Returns:
- This builder for chaining.
-
clearTotNumValues
public CommonStatistics.Builder clearTotNumValues()
tot_num_values = avg_num_values * num_non_missing. This is calculated directly, so should have less numerical error.
uint64 tot_num_values = 8;- Returns:
- This builder for chaining.
-
hasNumValuesHistogram
public boolean hasNumValuesHistogram()
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;- Specified by:
hasNumValuesHistogramin interfaceCommonStatisticsOrBuilder- Returns:
- Whether the numValuesHistogram field is set.
-
getNumValuesHistogram
public Histogram getNumValuesHistogram()
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;- Specified by:
getNumValuesHistogramin interfaceCommonStatisticsOrBuilder- Returns:
- The numValuesHistogram.
-
setNumValuesHistogram
public CommonStatistics.Builder setNumValuesHistogram(Histogram value)
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
-
setNumValuesHistogram
public CommonStatistics.Builder setNumValuesHistogram(Histogram.Builder builderForValue)
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
-
mergeNumValuesHistogram
public CommonStatistics.Builder mergeNumValuesHistogram(Histogram value)
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
-
clearNumValuesHistogram
public CommonStatistics.Builder clearNumValuesHistogram()
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
-
getNumValuesHistogramBuilder
public Histogram.Builder getNumValuesHistogramBuilder()
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
-
getNumValuesHistogramOrBuilder
public HistogramOrBuilder getNumValuesHistogramOrBuilder()
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;- Specified by:
getNumValuesHistogramOrBuilderin interfaceCommonStatisticsOrBuilder
-
hasWeightedCommonStats
public boolean hasWeightedCommonStats()
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;- Specified by:
hasWeightedCommonStatsin interfaceCommonStatisticsOrBuilder- Returns:
- Whether the weightedCommonStats field is set.
-
getWeightedCommonStats
public WeightedCommonStatistics getWeightedCommonStats()
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;- Specified by:
getWeightedCommonStatsin interfaceCommonStatisticsOrBuilder- Returns:
- The weightedCommonStats.
-
setWeightedCommonStats
public CommonStatistics.Builder setWeightedCommonStats(WeightedCommonStatistics value)
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
-
setWeightedCommonStats
public CommonStatistics.Builder setWeightedCommonStats(WeightedCommonStatistics.Builder builderForValue)
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
-
mergeWeightedCommonStats
public CommonStatistics.Builder mergeWeightedCommonStats(WeightedCommonStatistics value)
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
-
clearWeightedCommonStats
public CommonStatistics.Builder clearWeightedCommonStats()
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
-
getWeightedCommonStatsBuilder
public WeightedCommonStatistics.Builder getWeightedCommonStatsBuilder()
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
-
getWeightedCommonStatsOrBuilder
public WeightedCommonStatisticsOrBuilder getWeightedCommonStatsOrBuilder()
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;- Specified by:
getWeightedCommonStatsOrBuilderin interfaceCommonStatisticsOrBuilder
-
hasFeatureListLengthHistogram
public boolean hasFeatureListLengthHistogram()
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;- Specified by:
hasFeatureListLengthHistogramin interfaceCommonStatisticsOrBuilder- Returns:
- Whether the featureListLengthHistogram field is set.
-
getFeatureListLengthHistogram
public Histogram getFeatureListLengthHistogram()
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;- Specified by:
getFeatureListLengthHistogramin interfaceCommonStatisticsOrBuilder- Returns:
- The featureListLengthHistogram.
-
setFeatureListLengthHistogram
public CommonStatistics.Builder setFeatureListLengthHistogram(Histogram value)
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
-
setFeatureListLengthHistogram
public CommonStatistics.Builder setFeatureListLengthHistogram(Histogram.Builder builderForValue)
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
-
mergeFeatureListLengthHistogram
public CommonStatistics.Builder mergeFeatureListLengthHistogram(Histogram value)
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
-
clearFeatureListLengthHistogram
public CommonStatistics.Builder clearFeatureListLengthHistogram()
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
-
getFeatureListLengthHistogramBuilder
public Histogram.Builder getFeatureListLengthHistogramBuilder()
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
-
getFeatureListLengthHistogramOrBuilder
public HistogramOrBuilder getFeatureListLengthHistogramOrBuilder()
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;- Specified by:
getFeatureListLengthHistogramOrBuilderin interfaceCommonStatisticsOrBuilder
-
setUnknownFields
public final CommonStatistics.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
mergeUnknownFields
public final CommonStatistics.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommonStatistics.Builder>
-
-