Uses of Class
com.google.cloud.datalabeling.v1beta1.PrCurve
-
Packages that use PrCurve Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of PrCurve in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return PrCurve Modifier and Type Method Description PrCurvePrCurve.Builder. build()PrCurvePrCurve.Builder. buildPartial()static PrCurvePrCurve. getDefaultInstance()PrCurvePrCurve.Builder. getDefaultInstanceForType()PrCurvePrCurve. getDefaultInstanceForType()PrCurveClassificationMetrics.Builder. getPrCurve()Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.PrCurveClassificationMetrics. getPrCurve()Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.PrCurveClassificationMetricsOrBuilder. getPrCurve()Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.PrCurveObjectDetectionMetrics.Builder. getPrCurve()Precision-recall curve.PrCurveObjectDetectionMetrics. getPrCurve()Precision-recall curve.PrCurveObjectDetectionMetricsOrBuilder. getPrCurve()Precision-recall curve.static PrCurvePrCurve. parseDelimitedFrom(InputStream input)static PrCurvePrCurve. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrCurvePrCurve. parseFrom(byte[] data)static PrCurvePrCurve. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrCurvePrCurve. parseFrom(com.google.protobuf.ByteString data)static PrCurvePrCurve. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrCurvePrCurve. parseFrom(com.google.protobuf.CodedInputStream input)static PrCurvePrCurve. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrCurvePrCurve. parseFrom(InputStream input)static PrCurvePrCurve. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrCurvePrCurve. parseFrom(ByteBuffer data)static PrCurvePrCurve. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type PrCurve Modifier and Type Method Description com.google.protobuf.Parser<PrCurve>PrCurve. getParserForType()static com.google.protobuf.Parser<PrCurve>PrCurve. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type PrCurve Modifier and Type Method Description PrCurve.BuilderPrCurve.Builder. mergeFrom(PrCurve other)ClassificationMetrics.BuilderClassificationMetrics.Builder. mergePrCurve(PrCurve value)Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.ObjectDetectionMetrics.BuilderObjectDetectionMetrics.Builder. mergePrCurve(PrCurve value)Precision-recall curve.static PrCurve.BuilderPrCurve. newBuilder(PrCurve prototype)ClassificationMetrics.BuilderClassificationMetrics.Builder. setPrCurve(PrCurve value)Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.ObjectDetectionMetrics.BuilderObjectDetectionMetrics.Builder. setPrCurve(PrCurve value)Precision-recall curve.
-