final class WeightedNumericStatistics extends GeneratedMessageV3 with WeightedNumericStatisticsOrBuilder
Statistics for a weighted numeric feature in a dataset.
Protobuf type tensorflow.metadata.v0.WeightedNumericStatistics
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WeightedNumericStatistics
- WeightedNumericStatisticsOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(obj: AnyRef): Boolean
- Definition Classes
- WeightedNumericStatistics → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getDefaultInstanceForType(): WeightedNumericStatistics
- Definition Classes
- WeightedNumericStatistics → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- 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
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- 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
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- 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
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- 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
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- 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
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getMean(): Double
The weighted mean of the values
The weighted mean of the values
double mean = 1;
- returns
The mean.
- Definition Classes
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- def getMedian(): Double
The weighted median of the values
The weighted median of the values
double median = 3;
- returns
The median.
- Definition Classes
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[WeightedNumericStatistics]
- Definition Classes
- WeightedNumericStatistics → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- WeightedNumericStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- 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
- WeightedNumericStatistics → WeightedNumericStatisticsOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hashCode(): Int
- Definition Classes
- WeightedNumericStatistics → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- final def isInitialized(): Boolean
- Definition Classes
- WeightedNumericStatistics → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- WeightedNumericStatistics → Message → MessageLite
- Annotations
- @Override()
- def toBuilder(): Builder
- Definition Classes
- WeightedNumericStatistics → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- WeightedNumericStatistics → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])