trait PerformanceMetricOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- PerformanceMetricOrBuilder
- 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 getAuc(): AUC
.tensorflow.metadata.v0.AUC auc = 1;.tensorflow.metadata.v0.AUC auc = 1;- returns
The auc.
- abstract def getAucOrBuilder(): AUCOrBuilder
.tensorflow.metadata.v0.AUC auc = 1; - abstract def getAucPrecisionRecall(): AUCPrecisionRecall
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26;- returns
The aucPrecisionRecall.
- abstract def getAucPrecisionRecallOrBuilder(): AUCPrecisionRecallOrBuilder
.tensorflow.metadata.v0.AUCPrecisionRecall auc_precision_recall = 26; - abstract def getBinaryAccuracy(): BinaryAccuracy
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;- returns
The binaryAccuracy.
- abstract def getBinaryAccuracyOrBuilder(): BinaryAccuracyOrBuilder
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2; - abstract def getBinaryCrossEntropy(): BinaryCrossEntropy
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3;- returns
The binaryCrossEntropy.
- abstract def getBinaryCrossEntropyOrBuilder(): BinaryCrossEntropyOrBuilder
.tensorflow.metadata.v0.BinaryCrossEntropy binary_cross_entropy = 3; - abstract def getCategoricalAccuracy(): CategoricalAccuracy
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;- returns
The categoricalAccuracy.
- abstract def getCategoricalAccuracyOrBuilder(): CategoricalAccuracyOrBuilder
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5; - abstract def getCategoricalCrossEntropy(): CategoricalCrossEntropy
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6;- returns
The categoricalCrossEntropy.
- abstract def getCategoricalCrossEntropyOrBuilder(): CategoricalCrossEntropyOrBuilder
.tensorflow.metadata.v0.CategoricalCrossEntropy categorical_cross_entropy = 6; - abstract def getCustomMetric(): CustomMetric
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;.tensorflow.metadata.v0.CustomMetric custom_metric = 21;- returns
The customMetric.
- abstract def getCustomMetricOrBuilder(): CustomMetricOrBuilder
.tensorflow.metadata.v0.CustomMetric custom_metric = 21; - abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getMeanAbsoluteError(): MeanAbsoluteError
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11;- returns
The meanAbsoluteError.
- abstract def getMeanAbsoluteErrorOrBuilder(): MeanAbsoluteErrorOrBuilder
.tensorflow.metadata.v0.MeanAbsoluteError mean_absolute_error = 11; - abstract def getMeanAbsolutePercentageError(): MeanAbsolutePercentageError
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12;- returns
The meanAbsolutePercentageError.
- abstract def getMeanAbsolutePercentageErrorOrBuilder(): MeanAbsolutePercentageErrorOrBuilder
.tensorflow.metadata.v0.MeanAbsolutePercentageError mean_absolute_percentage_error = 12; - abstract def getMeanReciprocalRank(): MeanReciprocalRank
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15;- returns
The meanReciprocalRank.
- abstract def getMeanReciprocalRankOrBuilder(): MeanReciprocalRankOrBuilder
.tensorflow.metadata.v0.MeanReciprocalRank mean_reciprocal_rank = 15; - abstract def getMeanSquaredLogarithmicError(): MeanSquaredLogarithmicError
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14;- returns
The meanSquaredLogarithmicError.
- abstract def getMeanSquaredLogarithmicErrorOrBuilder(): MeanSquaredLogarithmicErrorOrBuilder
.tensorflow.metadata.v0.MeanSquaredLogarithmicError mean_squared_logarithmic_error = 14; - abstract def getMicroAuc(): MicroAUC
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;.tensorflow.metadata.v0.MicroAUC micro_auc = 27;- returns
The microAuc.
- abstract def getMicroAucOrBuilder(): MicroAUCOrBuilder
.tensorflow.metadata.v0.MicroAUC micro_auc = 27; - abstract def getMultiLabelCrossEntropy(): MultilabelCrossEntropy
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28;- returns
The multiLabelCrossEntropy.
- abstract def getMultiLabelCrossEntropyOrBuilder(): MultilabelCrossEntropyOrBuilder
.tensorflow.metadata.v0.MultilabelCrossEntropy multi_label_cross_entropy = 28; - abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getPerformanceMetricCase(): PerformanceMetricCase
- abstract def getPrecisionAtK(): PrecisionAtK
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17;- returns
The precisionAtK.
- abstract def getPrecisionAtKOrBuilder(): PrecisionAtKOrBuilder
.tensorflow.metadata.v0.PrecisionAtK precision_at_k = 17; - abstract def getPrecisionAtRecall(): PrecisionAtRecall
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24;- returns
The precisionAtRecall.
- abstract def getPrecisionAtRecallOrBuilder(): PrecisionAtRecallOrBuilder
.tensorflow.metadata.v0.PrecisionAtRecall precision_at_recall = 24; - abstract def getRecallAtPrecision(): RecallAtPrecision
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25;- returns
The recallAtPrecision.
- abstract def getRecallAtPrecisionOrBuilder(): RecallAtPrecisionOrBuilder
.tensorflow.metadata.v0.RecallAtPrecision recall_at_precision = 25; - abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getSensitivityAtSpecificity(): SensitivityAtSpecificity
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22;- returns
The sensitivityAtSpecificity.
- abstract def getSensitivityAtSpecificityOrBuilder(): SensitivityAtSpecificityOrBuilder
.tensorflow.metadata.v0.SensitivityAtSpecificity sensitivity_at_specificity = 22; - abstract def getSpecificityAtSensitivity(): SpecificityAtSensitivity
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23;- returns
The specificityAtSensitivity.
- abstract def getSpecificityAtSensitivityOrBuilder(): SpecificityAtSensitivityOrBuilder
.tensorflow.metadata.v0.SpecificityAtSensitivity specificity_at_sensitivity = 23; - abstract def getSquaredError(): MeanSquaredError
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;- returns
The squaredError.
- abstract def getSquaredErrorOrBuilder(): MeanSquaredErrorOrBuilder
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13; - abstract def getTopKCategoricalAccuracy(): TopKCategoricalAccuracy
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20;- returns
The topKCategoricalAccuracy.
- abstract def getTopKCategoricalAccuracyOrBuilder(): TopKCategoricalAccuracyOrBuilder
.tensorflow.metadata.v0.TopKCategoricalAccuracy top_k_categorical_accuracy = 20; - abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasAuc(): Boolean
.tensorflow.metadata.v0.AUC auc = 1;.tensorflow.metadata.v0.AUC auc = 1;- returns
Whether the auc field is set.
- abstract 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.
- abstract def hasBinaryAccuracy(): Boolean
.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;.tensorflow.metadata.v0.BinaryAccuracy binary_accuracy = 2;- returns
Whether the binaryAccuracy field is set.
- abstract 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.
- abstract def hasCategoricalAccuracy(): Boolean
.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;.tensorflow.metadata.v0.CategoricalAccuracy categorical_accuracy = 5;- returns
Whether the categoricalAccuracy field is set.
- abstract 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.
- abstract def hasCustomMetric(): Boolean
.tensorflow.metadata.v0.CustomMetric custom_metric = 21;.tensorflow.metadata.v0.CustomMetric custom_metric = 21;- returns
Whether the customMetric field is set.
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract 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.
- abstract 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.
- abstract 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.
- abstract 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.
- abstract def hasMicroAuc(): Boolean
.tensorflow.metadata.v0.MicroAUC micro_auc = 27;.tensorflow.metadata.v0.MicroAUC micro_auc = 27;- returns
Whether the microAuc field is set.
- abstract 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.
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract 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.
- abstract 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.
- abstract 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.
- abstract 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.
- abstract 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.
- abstract def hasSquaredError(): Boolean
.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;.tensorflow.metadata.v0.MeanSquaredError squared_error = 13;- returns
Whether the squaredError field is set.
- abstract 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.
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
- abstract def getBlockUtility(): BlockUtility
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];- returns
The blockUtility.
- Annotations
- @Deprecated
- Deprecated
- abstract def getBlockUtilityOrBuilder(): BlockUtilityOrBuilder
.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];.tensorflow.metadata.v0.BlockUtility block_utility = 4 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract def getCosine(): Cosine
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];- returns
The cosine.
- Annotations
- @Deprecated
- Deprecated
- abstract def getCosineOrBuilder(): CosineOrBuilder
.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];.tensorflow.metadata.v0.Cosine cosine = 7 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract def getHinge(): Hinge
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];- returns
The hinge.
- Annotations
- @Deprecated
- Deprecated
- abstract def getHingeOrBuilder(): HingeOrBuilder
.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];.tensorflow.metadata.v0.Hinge hinge = 8 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract def getKullbackLeiblerDivergenceOrBuilder(): KullbackLeiblerDivergenceOrBuilder
.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];.tensorflow.metadata.v0.KullbackLeiblerDivergence kullback_leibler_divergence = 9 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract def getLogisticRegression(): LogisticRegression
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];- returns
The logisticRegression.
- Annotations
- @Deprecated
- Deprecated
- abstract def getLogisticRegressionOrBuilder(): LogisticRegressionOrBuilder
.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];.tensorflow.metadata.v0.LogisticRegression logistic_regression = 10 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract def getPoisson(): Poisson
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];- returns
The poisson.
- Annotations
- @Deprecated
- Deprecated
- abstract def getPoissonOrBuilder(): PoissonOrBuilder
.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];.tensorflow.metadata.v0.Poisson poisson = 16 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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];- Annotations
- @Deprecated
- Deprecated
- abstract def getSquaredHinge(): SquaredHinge
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];- returns
The squaredHinge.
- Annotations
- @Deprecated
- Deprecated
- abstract def getSquaredHingeOrBuilder(): SquaredHingeOrBuilder
.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];.tensorflow.metadata.v0.SquaredHinge squared_hinge = 18 [deprecated = true];- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
- abstract 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.
- Annotations
- @Deprecated
- Deprecated
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]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])