Uses of Class
org.tensorflow.metadata.v0.Histogram
-
Packages that use Histogram Package Description org.tensorflow.metadata.v0 -
-
Uses of Histogram in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return Histogram Modifier and Type Method Description HistogramHistogram.Builder. build()HistogramHistogram.Builder. buildPartial()static HistogramHistogram. getDefaultInstance()HistogramHistogram.Builder. getDefaultInstanceForType()HistogramHistogram. getDefaultInstanceForType()HistogramCommonStatistics.Builder. 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).HistogramCommonStatistics. 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).HistogramCommonStatisticsOrBuilder. 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).HistogramCustomStatistic.Builder. getHistogram().tensorflow.metadata.v0.Histogram histogram = 4;HistogramCustomStatistic. getHistogram().tensorflow.metadata.v0.Histogram histogram = 4;HistogramCustomStatisticOrBuilder. getHistogram().tensorflow.metadata.v0.Histogram histogram = 4;HistogramNumericStatistics.Builder. getHistograms(int index)The histogram(s) of the feature values.HistogramNumericStatistics. getHistograms(int index)The histogram(s) of the feature values.HistogramNumericStatisticsOrBuilder. getHistograms(int index)The histogram(s) of the feature values.HistogramWeightedNumericStatistics.Builder. getHistograms(int index)The histogram(s) of the weighted feature values.HistogramWeightedNumericStatistics. getHistograms(int index)The histogram(s) of the weighted feature values.HistogramWeightedNumericStatisticsOrBuilder. getHistograms(int index)The histogram(s) of the weighted feature values.HistogramCommonStatistics.Builder. getNumValuesHistogram()The quantiles histogram for the number of values in this feature.HistogramCommonStatistics. getNumValuesHistogram()The quantiles histogram for the number of values in this feature.HistogramCommonStatisticsOrBuilder. getNumValuesHistogram()The quantiles histogram for the number of values in this feature.static HistogramHistogram. parseDelimitedFrom(InputStream input)static HistogramHistogram. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramHistogram. parseFrom(byte[] data)static HistogramHistogram. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramHistogram. parseFrom(com.google.protobuf.ByteString data)static HistogramHistogram. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramHistogram. parseFrom(com.google.protobuf.CodedInputStream input)static HistogramHistogram. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramHistogram. parseFrom(InputStream input)static HistogramHistogram. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramHistogram. parseFrom(ByteBuffer data)static HistogramHistogram. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type Histogram Modifier and Type Method Description List<Histogram>NumericStatistics.Builder. getHistogramsList()The histogram(s) of the feature values.List<Histogram>NumericStatistics. getHistogramsList()The histogram(s) of the feature values.List<Histogram>NumericStatisticsOrBuilder. getHistogramsList()The histogram(s) of the feature values.List<Histogram>WeightedNumericStatistics.Builder. getHistogramsList()The histogram(s) of the weighted feature values.List<Histogram>WeightedNumericStatistics. getHistogramsList()The histogram(s) of the weighted feature values.List<Histogram>WeightedNumericStatisticsOrBuilder. getHistogramsList()The histogram(s) of the weighted feature values.com.google.protobuf.Parser<Histogram>Histogram. getParserForType()static com.google.protobuf.Parser<Histogram>Histogram. parser()Methods in org.tensorflow.metadata.v0 with parameters of type Histogram Modifier and Type Method Description NumericStatistics.BuilderNumericStatistics.Builder. addHistograms(int index, Histogram value)The histogram(s) of the feature values.NumericStatistics.BuilderNumericStatistics.Builder. addHistograms(Histogram value)The histogram(s) of the feature values.WeightedNumericStatistics.BuilderWeightedNumericStatistics.Builder. addHistograms(int index, Histogram value)The histogram(s) of the weighted feature values.WeightedNumericStatistics.BuilderWeightedNumericStatistics.Builder. addHistograms(Histogram value)The histogram(s) of the weighted feature values.CommonStatistics.BuilderCommonStatistics.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).Histogram.BuilderHistogram.Builder. mergeFrom(Histogram other)CustomStatistic.BuilderCustomStatistic.Builder. mergeHistogram(Histogram value).tensorflow.metadata.v0.Histogram histogram = 4;CommonStatistics.BuilderCommonStatistics.Builder. mergeNumValuesHistogram(Histogram value)The quantiles histogram for the number of values in this feature.static Histogram.BuilderHistogram. newBuilder(Histogram prototype)CommonStatistics.BuilderCommonStatistics.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).CustomStatistic.BuilderCustomStatistic.Builder. setHistogram(Histogram value).tensorflow.metadata.v0.Histogram histogram = 4;NumericStatistics.BuilderNumericStatistics.Builder. setHistograms(int index, Histogram value)The histogram(s) of the feature values.WeightedNumericStatistics.BuilderWeightedNumericStatistics.Builder. setHistograms(int index, Histogram value)The histogram(s) of the weighted feature values.CommonStatistics.BuilderCommonStatistics.Builder. setNumValuesHistogram(Histogram value)The quantiles histogram for the number of values in this feature.Method parameters in org.tensorflow.metadata.v0 with type arguments of type Histogram Modifier and Type Method Description NumericStatistics.BuilderNumericStatistics.Builder. addAllHistograms(Iterable<? extends Histogram> values)The histogram(s) of the feature values.WeightedNumericStatistics.BuilderWeightedNumericStatistics.Builder. addAllHistograms(Iterable<? extends Histogram> values)The histogram(s) of the weighted feature values.
-