Uses of Class
org.tensorflow.metadata.v0.StringStatistics.FreqAndValue
-
Packages that use StringStatistics.FreqAndValue Package Description org.tensorflow.metadata.v0 -
-
Uses of StringStatistics.FreqAndValue in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return StringStatistics.FreqAndValue Modifier and Type Method Description StringStatistics.FreqAndValueStringStatistics.FreqAndValue.Builder. build()StringStatistics.FreqAndValueStringStatistics.FreqAndValue.Builder. buildPartial()static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. getDefaultInstance()StringStatistics.FreqAndValueStringStatistics.FreqAndValue.Builder. getDefaultInstanceForType()StringStatistics.FreqAndValueStringStatistics.FreqAndValue. getDefaultInstanceForType()StringStatistics.FreqAndValueStringStatistics.Builder. getTopValues(int index)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.StringStatistics.FreqAndValueStringStatistics. getTopValues(int index)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.StringStatistics.FreqAndValueStringStatisticsOrBuilder. getTopValues(int index)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.StringStatistics.FreqAndValueWeightedStringStatistics.Builder. getTopValues(int index)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.StringStatistics.FreqAndValueWeightedStringStatistics. getTopValues(int index)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.StringStatistics.FreqAndValueWeightedStringStatisticsOrBuilder. getTopValues(int index)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseDelimitedFrom(InputStream input)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(byte[] data)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(com.google.protobuf.ByteString data)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(com.google.protobuf.CodedInputStream input)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(InputStream input)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(ByteBuffer data)static StringStatistics.FreqAndValueStringStatistics.FreqAndValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type StringStatistics.FreqAndValue Modifier and Type Method Description com.google.protobuf.Parser<StringStatistics.FreqAndValue>StringStatistics.FreqAndValue. getParserForType()List<StringStatistics.FreqAndValue>StringStatistics.Builder. getTopValuesList()A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.List<StringStatistics.FreqAndValue>StringStatistics. getTopValuesList()A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.List<StringStatistics.FreqAndValue>StringStatisticsOrBuilder. getTopValuesList()A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.List<StringStatistics.FreqAndValue>WeightedStringStatistics.Builder. getTopValuesList()A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.List<StringStatistics.FreqAndValue>WeightedStringStatistics. getTopValuesList()A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.List<StringStatistics.FreqAndValue>WeightedStringStatisticsOrBuilder. getTopValuesList()A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.static com.google.protobuf.Parser<StringStatistics.FreqAndValue>StringStatistics.FreqAndValue. parser()Methods in org.tensorflow.metadata.v0 with parameters of type StringStatistics.FreqAndValue Modifier and Type Method Description StringStatistics.BuilderStringStatistics.Builder. addTopValues(int index, StringStatistics.FreqAndValue value)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.StringStatistics.BuilderStringStatistics.Builder. addTopValues(StringStatistics.FreqAndValue value)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.WeightedStringStatistics.BuilderWeightedStringStatistics.Builder. addTopValues(int index, StringStatistics.FreqAndValue value)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.WeightedStringStatistics.BuilderWeightedStringStatistics.Builder. addTopValues(StringStatistics.FreqAndValue value)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.StringStatistics.FreqAndValue.BuilderStringStatistics.FreqAndValue.Builder. mergeFrom(StringStatistics.FreqAndValue other)static StringStatistics.FreqAndValue.BuilderStringStatistics.FreqAndValue. newBuilder(StringStatistics.FreqAndValue prototype)StringStatistics.BuilderStringStatistics.Builder. setTopValues(int index, StringStatistics.FreqAndValue value)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.WeightedStringStatistics.BuilderWeightedStringStatistics.Builder. setTopValues(int index, StringStatistics.FreqAndValue value)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.Method parameters in org.tensorflow.metadata.v0 with type arguments of type StringStatistics.FreqAndValue Modifier and Type Method Description StringStatistics.BuilderStringStatistics.Builder. addAllTopValues(Iterable<? extends StringStatistics.FreqAndValue> values)A sorted list of the most-frequent values and their frequencies, with the most-frequent being first.WeightedStringStatistics.BuilderWeightedStringStatistics.Builder. addAllTopValues(Iterable<? extends StringStatistics.FreqAndValue> values)A sorted list of the most-frequent values and their weighted frequencies, with the most-frequent being first.
-