Packages

c

org.tensorflow.metadata.v0

WeightedNumericStatistics

final class WeightedNumericStatistics extends GeneratedMessageV3 with WeightedNumericStatisticsOrBuilder

Statistics for a weighted numeric feature in a dataset.

Protobuf type tensorflow.metadata.v0.WeightedNumericStatistics

Source
WeightedNumericStatistics.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeightedNumericStatistics
  2. WeightedNumericStatisticsOrBuilder
  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
    WeightedNumericStatistics → 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(): WeightedNumericStatistics
    Definition Classes
    WeightedNumericStatistics → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  5. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  7. def getHistograms(index: Int): Histogram

    The histogram(s) of the weighted feature values.
    

    The histogram(s) of the weighted feature values.
    

    repeated .tensorflow.metadata.v0.Histogram histograms = 4;

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  8. def getHistogramsCount(): Int

    The histogram(s) of the weighted feature values.
    

    The histogram(s) of the weighted feature values.
    

    repeated .tensorflow.metadata.v0.Histogram histograms = 4;

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  9. def getHistogramsList(): List[Histogram]

    The histogram(s) of the weighted feature values.
    

    The histogram(s) of the weighted feature values.
    

    repeated .tensorflow.metadata.v0.Histogram histograms = 4;

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  10. def getHistogramsOrBuilder(index: Int): HistogramOrBuilder

    The histogram(s) of the weighted feature values.
    

    The histogram(s) of the weighted feature values.
    

    repeated .tensorflow.metadata.v0.Histogram histograms = 4;

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  11. def getHistogramsOrBuilderList(): List[_ <: HistogramOrBuilder]

    The histogram(s) of the weighted feature values.
    

    The histogram(s) of the weighted feature values.
    

    repeated .tensorflow.metadata.v0.Histogram histograms = 4;

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  12. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  13. def getMean(): Double

    The weighted mean of the values
    

    The weighted mean of the values
    

    double mean = 1;

    returns

    The mean.

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  14. def getMedian(): Double

    The weighted median of the values
    

    The weighted median of the values
    

    double median = 3;

    returns

    The median.

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  15. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  16. def getParserForType(): Parser[WeightedNumericStatistics]
    Definition Classes
    WeightedNumericStatistics → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  17. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  19. def getSerializedSize(): Int
    Definition Classes
    WeightedNumericStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  20. def getStdDev(): Double

    The weighted standard deviation of the values
    

    The weighted standard deviation of the values
    

    double std_dev = 2;

    returns

    The stdDev.

    Definition Classes
    WeightedNumericStatisticsWeightedNumericStatisticsOrBuilder
    Annotations
    @Override()
  21. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  22. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  23. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  24. def hashCode(): Int
    Definition Classes
    WeightedNumericStatistics → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  25. final def isInitialized(): Boolean
    Definition Classes
    WeightedNumericStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  26. def newBuilderForType(): Builder
    Definition Classes
    WeightedNumericStatistics → Message → MessageLite
    Annotations
    @Override()
  27. def toBuilder(): Builder
    Definition Classes
    WeightedNumericStatistics → 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
    WeightedNumericStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  33. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])