GoogleCloudDatalabelingV1beta1PrCurve class

Properties

annotationSpec GoogleCloudDatalabelingV1beta1AnnotationSpec?
The annotation spec of the label for which the precision-recall curve calculated.
getter/setter pair
areaUnderCurve double?
Area under the precision-recall curve.
getter/setter pair
confidenceMetricsEntries List<GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry>?
Entries that make up the precision-recall graph.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meanAveragePrecision double?
Mean average prcision of this curve.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited