Packages

c

org.tensorflow.metadata.v0

WeightedStringStatistics

final class WeightedStringStatistics extends GeneratedMessageV3 with WeightedStringStatisticsOrBuilder

Statistics for a weighted string feature in a dataset.

Protobuf type tensorflow.metadata.v0.WeightedStringStatistics

Source
WeightedStringStatistics.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeightedStringStatistics
  2. WeightedStringStatisticsOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    WeightedStringStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getDefaultInstanceForType(): WeightedStringStatistics
    Definition Classes
    WeightedStringStatistics → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  5. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  7. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  8. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  9. def getParserForType(): Parser[WeightedStringStatistics]
    Definition Classes
    WeightedStringStatistics → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  10. def getRankHistogram(): RankHistogram

    The rank histogram for the weighted values of the feature.
    

    The rank histogram for the weighted values of the feature.
    

    .tensorflow.metadata.v0.RankHistogram rank_histogram = 2;

    returns

    The rankHistogram.

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  11. def getRankHistogramOrBuilder(): RankHistogramOrBuilder

    The rank histogram for the weighted values of the feature.
    

    The rank histogram for the weighted values of the feature.
    

    .tensorflow.metadata.v0.RankHistogram rank_histogram = 2;

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  12. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getSerializedSize(): Int
    Definition Classes
    WeightedStringStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  15. def getTopValues(index: Int): FreqAndValue

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  16. def getTopValuesCount(): Int

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  17. def getTopValuesList(): List[FreqAndValue]

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  18. def getTopValuesOrBuilder(index: Int): FreqAndValueOrBuilder

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  19. def getTopValuesOrBuilderList(): List[_ <: FreqAndValueOrBuilder]

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    A sorted list of the most-frequent values and their weighted frequencies,
    with the most-frequent being first.
    

    repeated .tensorflow.metadata.v0.StringStatistics.FreqAndValue top_values = 1;

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  20. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  21. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  22. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  23. def hasRankHistogram(): Boolean

    The rank histogram for the weighted values of the feature.
    

    The rank histogram for the weighted values of the feature.
    

    .tensorflow.metadata.v0.RankHistogram rank_histogram = 2;

    returns

    Whether the rankHistogram field is set.

    Definition Classes
    WeightedStringStatisticsWeightedStringStatisticsOrBuilder
    Annotations
    @Override()
  24. def hashCode(): Int
    Definition Classes
    WeightedStringStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  25. final def isInitialized(): Boolean
    Definition Classes
    WeightedStringStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  26. def newBuilderForType(): Builder
    Definition Classes
    WeightedStringStatistics → Message → MessageLite
    Annotations
    @Override()
  27. def toBuilder(): Builder
    Definition Classes
    WeightedStringStatistics → Message → MessageLite
    Annotations
    @Override()
  28. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  29. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  30. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  31. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  32. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    WeightedStringStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  33. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])