trait CommonStatisticsOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- CommonStatisticsOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getAvgNumValues(): Float
The average number of values in a single example for this feature.
The average number of values in a single example for this feature.
float avg_num_values = 5;
- returns
The avgNumValues.
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getFeatureListLengthHistogram(): Histogram
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
- returns
The featureListLengthHistogram.
- abstract def getFeatureListLengthHistogramOrBuilder(): HistogramOrBuilder
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getMaxNumValues(): Long
The maximum number of values in a single example for this feature.
The maximum number of values in a single example for this feature.
uint64 max_num_values = 4;
- returns
The maxNumValues.
- abstract def getMinNumValues(): Long
The minimum number of values in a single example for this feature.
The minimum number of values in a single example for this feature.
uint64 min_num_values = 3;
- returns
The minNumValues.
- abstract def getNumMissing(): Long
The number of examples missing this feature.
The number of examples missing this feature.
uint64 num_missing = 2;
- returns
The numMissing.
- abstract def getNumNonMissing(): Long
The number of examples that include this feature. Note that this includes examples that contain this feature with an explicitly empty list of values, which may be permitted for variable length features.
The number of examples that include this feature. Note that this includes examples that contain this feature with an explicitly empty list of values, which may be permitted for variable length features.
uint64 num_non_missing = 1;
- returns
The numNonMissing.
- abstract def getNumValuesHistogram(): Histogram
The quantiles histogram for the number of values in this feature.
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
- returns
The numValuesHistogram.
- abstract def getNumValuesHistogramOrBuilder(): HistogramOrBuilder
The quantiles histogram for the number of values in this feature.
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
- abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getPresenceAndValencyStats(index: Int): PresenceAndValencyStatistics
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
repeated .tensorflow.metadata.v0.PresenceAndValencyStatistics presence_and_valency_stats = 10;
- abstract def getPresenceAndValencyStatsCount(): Int
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
repeated .tensorflow.metadata.v0.PresenceAndValencyStatistics presence_and_valency_stats = 10;
- abstract def getPresenceAndValencyStatsList(): List[PresenceAndValencyStatistics]
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
repeated .tensorflow.metadata.v0.PresenceAndValencyStatistics presence_and_valency_stats = 10;
- abstract def getPresenceAndValencyStatsOrBuilder(index: Int): PresenceAndValencyStatisticsOrBuilder
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
repeated .tensorflow.metadata.v0.PresenceAndValencyStatistics presence_and_valency_stats = 10;
- abstract def getPresenceAndValencyStatsOrBuilderList(): List[_ <: PresenceAndValencyStatisticsOrBuilder]
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
Contains presence and valency stats for each nest level of the feature. The first item corresponds to the outermost level, and by definition, the stats it contains equals to the corresponding stats defined above. May not be populated if the feature is of nest level 1.
repeated .tensorflow.metadata.v0.PresenceAndValencyStatistics presence_and_valency_stats = 10;
- abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getTotNumValues(): Long
tot_num_values = avg_num_values * num_non_missing. This is calculated directly, so should have less numerical error.
tot_num_values = avg_num_values * num_non_missing. This is calculated directly, so should have less numerical error.
uint64 tot_num_values = 8;
- returns
The totNumValues.
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def getWeightedCommonStats(): WeightedCommonStatistics
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
- returns
The weightedCommonStats.
- abstract def getWeightedCommonStatsOrBuilder(): WeightedCommonStatisticsOrBuilder
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
- abstract def getWeightedPresenceAndValencyStats(index: Int): WeightedCommonStatistics
If not empty, it's parallel to presence_and_valency_stats.
If not empty, it's parallel to presence_and_valency_stats.
repeated .tensorflow.metadata.v0.WeightedCommonStatistics weighted_presence_and_valency_stats = 11;
- abstract def getWeightedPresenceAndValencyStatsCount(): Int
If not empty, it's parallel to presence_and_valency_stats.
If not empty, it's parallel to presence_and_valency_stats.
repeated .tensorflow.metadata.v0.WeightedCommonStatistics weighted_presence_and_valency_stats = 11;
- abstract def getWeightedPresenceAndValencyStatsList(): List[WeightedCommonStatistics]
If not empty, it's parallel to presence_and_valency_stats.
If not empty, it's parallel to presence_and_valency_stats.
repeated .tensorflow.metadata.v0.WeightedCommonStatistics weighted_presence_and_valency_stats = 11;
- abstract def getWeightedPresenceAndValencyStatsOrBuilder(index: Int): WeightedCommonStatisticsOrBuilder
If not empty, it's parallel to presence_and_valency_stats.
If not empty, it's parallel to presence_and_valency_stats.
repeated .tensorflow.metadata.v0.WeightedCommonStatistics weighted_presence_and_valency_stats = 11;
- abstract def getWeightedPresenceAndValencyStatsOrBuilderList(): List[_ <: WeightedCommonStatisticsOrBuilder]
If not empty, it's parallel to presence_and_valency_stats.
If not empty, it's parallel to presence_and_valency_stats.
repeated .tensorflow.metadata.v0.WeightedCommonStatistics weighted_presence_and_valency_stats = 11;
- abstract def hasFeatureListLengthHistogram(): Boolean
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
The histogram for the number of features in the feature list (only set if this feature is a non-context feature from a tf.SequenceExample). This is different from num_values_histogram, as num_values_histogram tracks the count of all values for a feature in an example, whereas this tracks the length of the feature list for this feature in an example (where each feature list can contain multiple values).
.tensorflow.metadata.v0.Histogram feature_list_length_histogram = 9;
- returns
Whether the featureListLengthHistogram field is set.
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasNumValuesHistogram(): Boolean
The quantiles histogram for the number of values in this feature.
The quantiles histogram for the number of values in this feature.
.tensorflow.metadata.v0.Histogram num_values_histogram = 6;
- returns
Whether the numValuesHistogram field is set.
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasWeightedCommonStats(): Boolean
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
.tensorflow.metadata.v0.WeightedCommonStatistics weighted_common_stats = 7;
- returns
Whether the weightedCommonStats field is set.
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()