final class PerformanceMetric extends GeneratedMessageV3 with PerformanceMetricOrBuilder
Performance metrics measure the quality of a model. They need not be differentiable.
Protobuf type tensorflow.metadata.v0.PerformanceMetric
- Source
- PerformanceMetric.java
- Alphabetic
- By Inheritance
- PerformanceMetric
- PerformanceMetricOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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(obj: AnyRef): Boolean
- Definition Classes
- PerformanceMetric → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getAuc(): AUC
.tensorflow.metadata.v0.AUC auc = 1;
.tensorflow.metadata.v0.AUC auc = 1;
- returns
The auc.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getAucOrBuilder(): AUCOrBuilder
.tensorflow.metadata.v0.AUC auc = 1;
.tensorflow.metadata.v0.AUC auc = 1;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getAucPrecisionRecall(): AUCPrecisionRecall
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;
- returns
The aucPrecisionRecall.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getAucPrecisionRecallOrBuilder(): AUCPrecisionRecallOrBuilder
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getBinaryAccuracy(): BinaryAccuracy
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;
- returns
The binaryAccuracy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getBinaryAccuracyOrBuilder(): BinaryAccuracyOrBuilder
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getBinaryCrossEntropy(): BinaryCrossEntropy
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;
- returns
The binaryCrossEntropy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getBinaryCrossEntropyOrBuilder(): BinaryCrossEntropyOrBuilder
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getCategoricalAccuracy(): CategoricalAccuracy
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;
- returns
The categoricalAccuracy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getCategoricalAccuracyOrBuilder(): CategoricalAccuracyOrBuilder
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getCategoricalCrossEntropy(): CategoricalCrossEntropy
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;
- returns
The categoricalCrossEntropy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getCategoricalCrossEntropyOrBuilder(): CategoricalCrossEntropyOrBuilder
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCustomMetric(): CustomMetric
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;
- returns
The customMetric.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getCustomMetricOrBuilder(): CustomMetricOrBuilder
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getDefaultInstanceForType(): PerformanceMetric
- Definition Classes
- PerformanceMetric → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getMeanAbsoluteError(): MeanAbsoluteError
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;
- returns
The meanAbsoluteError.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanAbsoluteErrorOrBuilder(): MeanAbsoluteErrorOrBuilder
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanAbsolutePercentageError(): MeanAbsolutePercentageError
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;
- returns
The meanAbsolutePercentageError.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanAbsolutePercentageErrorOrBuilder(): MeanAbsolutePercentageErrorOrBuilder
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanReciprocalRank(): MeanReciprocalRank
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;
- returns
The meanReciprocalRank.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanReciprocalRankOrBuilder(): MeanReciprocalRankOrBuilder
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanSquaredLogarithmicError(): MeanSquaredLogarithmicError
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;
- returns
The meanSquaredLogarithmicError.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMeanSquaredLogarithmicErrorOrBuilder(): MeanSquaredLogarithmicErrorOrBuilder
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMicroAuc(): MicroAUC
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;
- returns
The microAuc.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMicroAucOrBuilder(): MicroAUCOrBuilder
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMultiLabelCrossEntropy(): MultilabelCrossEntropy
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;
- returns
The multiLabelCrossEntropy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getMultiLabelCrossEntropyOrBuilder(): MultilabelCrossEntropyOrBuilder
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[PerformanceMetric]
- Definition Classes
- PerformanceMetric → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getPerformanceMetricCase(): PerformanceMetricCase
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- def getPrecisionAtK(): PrecisionAtK
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;
- returns
The precisionAtK.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getPrecisionAtKOrBuilder(): PrecisionAtKOrBuilder
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getPrecisionAtRecall(): PrecisionAtRecall
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;
- returns
The precisionAtRecall.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getPrecisionAtRecallOrBuilder(): PrecisionAtRecallOrBuilder
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getRecallAtPrecision(): RecallAtPrecision
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;
- returns
The recallAtPrecision.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getRecallAtPrecisionOrBuilder(): RecallAtPrecisionOrBuilder
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSensitivityAtSpecificity(): SensitivityAtSpecificity
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;
- returns
The sensitivityAtSpecificity.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getSensitivityAtSpecificityOrBuilder(): SensitivityAtSpecificityOrBuilder
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getSerializedSize(): Int
- Definition Classes
- PerformanceMetric → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getSpecificityAtSensitivity(): SpecificityAtSensitivity
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;
- returns
The specificityAtSensitivity.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getSpecificityAtSensitivityOrBuilder(): SpecificityAtSensitivityOrBuilder
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getSquaredError(): MeanSquaredError
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;
- returns
The squaredError.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getSquaredErrorOrBuilder(): MeanSquaredErrorOrBuilder
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getTopKCategoricalAccuracy(): TopKCategoricalAccuracy
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;
- returns
The topKCategoricalAccuracy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getTopKCategoricalAccuracyOrBuilder(): TopKCategoricalAccuracyOrBuilder
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasAuc(): Boolean
.tensorflow.metadata.v0.AUC auc = 1;
.tensorflow.metadata.v0.AUC auc = 1;
- returns
Whether the auc field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasAucPrecisionRecall(): Boolean
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;
- returns
Whether the aucPrecisionRecall field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasBinaryAccuracy(): Boolean
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;
- returns
Whether the binaryAccuracy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasBinaryCrossEntropy(): Boolean
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;
- returns
Whether the binaryCrossEntropy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasCategoricalAccuracy(): Boolean
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;
- returns
Whether the categoricalAccuracy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasCategoricalCrossEntropy(): Boolean
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;
- returns
Whether the categoricalCrossEntropy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasCustomMetric(): Boolean
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;
- returns
Whether the customMetric field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasMeanAbsoluteError(): Boolean
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;
- returns
Whether the meanAbsoluteError field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasMeanAbsolutePercentageError(): Boolean
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;
- returns
Whether the meanAbsolutePercentageError field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasMeanReciprocalRank(): Boolean
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;
- returns
Whether the meanReciprocalRank field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasMeanSquaredLogarithmicError(): Boolean
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;
- returns
Whether the meanSquaredLogarithmicError field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasMicroAuc(): Boolean
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;
- returns
Whether the microAuc field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasMultiLabelCrossEntropy(): Boolean
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;
- returns
Whether the multiLabelCrossEntropy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hasPrecisionAtK(): Boolean
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;
- returns
Whether the precisionAtK field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasPrecisionAtRecall(): Boolean
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;
- returns
Whether the precisionAtRecall field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasRecallAtPrecision(): Boolean
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;
- returns
Whether the recallAtPrecision field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasSensitivityAtSpecificity(): Boolean
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;
- returns
Whether the sensitivityAtSpecificity field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasSpecificityAtSensitivity(): Boolean
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;
- returns
Whether the specificityAtSensitivity field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasSquaredError(): Boolean
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;
- returns
Whether the squaredError field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hasTopKCategoricalAccuracy(): Boolean
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;
- returns
Whether the topKCategoricalAccuracy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- PerformanceMetric → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- Attributes
- protected[v0]
- Definition Classes
- PerformanceMetric → GeneratedMessageV3
- Annotations
- @Override()
- def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def isInitialized(): Boolean
- Definition Classes
- PerformanceMetric → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExtensionsImmutable(): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[v0]
- Definition Classes
- PerformanceMetric → GeneratedMessageV3
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- PerformanceMetric → Message → MessageLite
- Annotations
- @Override()
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
- protected[v0]
- Definition Classes
- PerformanceMetric → GeneratedMessageV3
- Annotations
- @Override() @SuppressWarnings()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- PerformanceMetric → 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
- 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()
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- PerformanceMetric → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def getBlockUtility(): BlockUtility
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];
- returns
The blockUtility.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getBlockUtilityOrBuilder(): BlockUtilityOrBuilder
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getCosine(): Cosine
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];
- returns
The cosine.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getCosineOrBuilder(): CosineOrBuilder
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getHinge(): Hinge
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];
- returns
The hinge.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getHingeOrBuilder(): HingeOrBuilder
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getKullbackLeiblerDivergence(): KullbackLeiblerDivergence
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];
- returns
The kullbackLeiblerDivergence.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getKullbackLeiblerDivergenceOrBuilder(): KullbackLeiblerDivergenceOrBuilder
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getLogisticRegression(): LogisticRegression
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];
- returns
The logisticRegression.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getLogisticRegressionOrBuilder(): LogisticRegressionOrBuilder
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getPoisson(): Poisson
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];
- returns
The poisson.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getPoissonOrBuilder(): PoissonOrBuilder
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getSparseTopKCategoricalAccuracy(): SparseTopKCategoricalAccuracy
.tensorflow.metadata.v0.SparseTopKCategoricalAccuracy sparse_top_k_categorical_accuracy = 19 [deprecated = true];
.tensorflow.metadata.v0.SparseTopKCategoricalAccuracy sparse_top_k_categorical_accuracy = 19 [deprecated = true];
- returns
The sparseTopKCategoricalAccuracy.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getSparseTopKCategoricalAccuracyOrBuilder(): SparseTopKCategoricalAccuracyOrBuilder
.tensorflow.metadata.v0.SparseTopKCategoricalAccuracy sparse_top_k_categorical_accuracy = 19 [deprecated = true];
.tensorflow.metadata.v0.SparseTopKCategoricalAccuracy sparse_top_k_categorical_accuracy = 19 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getSquaredHinge(): SquaredHinge
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];
- returns
The squaredHinge.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def getSquaredHingeOrBuilder(): SquaredHingeOrBuilder
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasBlockUtility(): Boolean
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];
- returns
Whether the blockUtility field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasCosine(): Boolean
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];
- returns
Whether the cosine field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasHinge(): Boolean
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];
- returns
Whether the hinge field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasKullbackLeiblerDivergence(): Boolean
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];
- returns
Whether the kullbackLeiblerDivergence field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasLogisticRegression(): Boolean
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];
- returns
Whether the logisticRegression field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasPoisson(): Boolean
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];
- returns
Whether the poisson field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasSparseTopKCategoricalAccuracy(): Boolean
.tensorflow.metadata.v0.SparseTopKCategoricalAccuracy sparse_top_k_categorical_accuracy = 19 [deprecated = true];
.tensorflow.metadata.v0.SparseTopKCategoricalAccuracy sparse_top_k_categorical_accuracy = 19 [deprecated = true];
- returns
Whether the sparseTopKCategoricalAccuracy field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def hasSquaredHinge(): Boolean
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];
- returns
Whether the squaredHinge field is set.
- Definition Classes
- PerformanceMetric → PerformanceMetricOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @Deprecated
- Deprecated
- def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated