| Modifier and Type | Method and Description |
|---|---|
PrCurve |
PrCurve.Builder.build() |
PrCurve |
PrCurve.Builder.buildPartial() |
static PrCurve |
PrCurve.getDefaultInstance() |
PrCurve |
PrCurve.getDefaultInstanceForType() |
PrCurve |
PrCurve.Builder.getDefaultInstanceForType() |
PrCurve |
ObjectDetectionMetrics.getPrCurve()
Precision-recall curve.
|
PrCurve |
ObjectDetectionMetrics.Builder.getPrCurve()
Precision-recall curve.
|
PrCurve |
ObjectDetectionMetricsOrBuilder.getPrCurve()
Precision-recall curve.
|
PrCurve |
ClassificationMetricsOrBuilder.getPrCurve()
Precision-recall curve.
|
PrCurve |
ClassificationMetrics.getPrCurve()
Precision-recall curve.
|
PrCurve |
ClassificationMetrics.Builder.getPrCurve()
Precision-recall curve.
|
static PrCurve |
PrCurve.parseDelimitedFrom(InputStream input) |
static PrCurve |
PrCurve.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
PrCurve.parseFrom(byte[] data) |
static PrCurve |
PrCurve.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
PrCurve.parseFrom(ByteBuffer data) |
static PrCurve |
PrCurve.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
PrCurve.parseFrom(com.google.protobuf.ByteString data) |
static PrCurve |
PrCurve.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
PrCurve.parseFrom(com.google.protobuf.CodedInputStream input) |
static PrCurve |
PrCurve.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
PrCurve.parseFrom(InputStream input) |
static PrCurve |
PrCurve.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PrCurve> |
PrCurve.getParserForType() |
static com.google.protobuf.Parser<PrCurve> |
PrCurve.parser() |
| Modifier and Type | Method and Description |
|---|---|
PrCurve.Builder |
PrCurve.Builder.mergeFrom(PrCurve other) |
ObjectDetectionMetrics.Builder |
ObjectDetectionMetrics.Builder.mergePrCurve(PrCurve value)
Precision-recall curve.
|
ClassificationMetrics.Builder |
ClassificationMetrics.Builder.mergePrCurve(PrCurve value)
Precision-recall curve.
|
static PrCurve.Builder |
PrCurve.newBuilder(PrCurve prototype) |
ObjectDetectionMetrics.Builder |
ObjectDetectionMetrics.Builder.setPrCurve(PrCurve value)
Precision-recall curve.
|
ClassificationMetrics.Builder |
ClassificationMetrics.Builder.setPrCurve(PrCurve value)
Precision-recall curve.
|
Copyright © 2019 Google LLC. All rights reserved.