WeightedStringStatistics.Builder |
WeightedStringStatistics.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.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.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.Builder |
WeightedStringStatistics.Builder.addTopValues(int index,
StringStatistics.FreqAndValue.Builder builderForValue) |
A sorted list of the most-frequent values and their weighted frequencies,
with the most-frequent being first.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.addTopValues(StringStatistics.FreqAndValue value) |
A sorted list of the most-frequent values and their weighted frequencies,
with the most-frequent being first.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.addTopValues(StringStatistics.FreqAndValue.Builder builderForValue) |
A sorted list of the most-frequent values and their weighted frequencies,
with the most-frequent being first.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.clear() |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.clearRankHistogram() |
The rank histogram for the weighted values of the feature.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.clearTopValues() |
A sorted list of the most-frequent values and their weighted frequencies,
with the most-frequent being first.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.clone() |
|
WeightedStringStatistics.Builder |
StringStatistics.Builder.getWeightedStringStatsBuilder() |
Weighted statistics for the feature, if the values have weights.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.mergeFrom(com.google.protobuf.Message other) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.mergeFrom(WeightedStringStatistics other) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.mergeRankHistogram(RankHistogram value) |
The rank histogram for the weighted values of the feature.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static WeightedStringStatistics.Builder |
WeightedStringStatistics.newBuilder() |
|
static WeightedStringStatistics.Builder |
WeightedStringStatistics.newBuilder(WeightedStringStatistics prototype) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.newBuilderForType() |
|
protected WeightedStringStatistics.Builder |
WeightedStringStatistics.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.removeTopValues(int index) |
A sorted list of the most-frequent values and their weighted frequencies,
with the most-frequent being first.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.setRankHistogram(RankHistogram value) |
The rank histogram for the weighted values of the feature.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.setRankHistogram(RankHistogram.Builder builderForValue) |
The rank histogram for the weighted values of the feature.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.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.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.setTopValues(int index,
StringStatistics.FreqAndValue.Builder builderForValue) |
A sorted list of the most-frequent values and their weighted frequencies,
with the most-frequent being first.
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
WeightedStringStatistics.Builder |
WeightedStringStatistics.toBuilder() |
|