GoogleCloudDatalabelingV1beta1PrCurve class
Constructors
-
GoogleCloudDatalabelingV1beta1PrCurve({GoogleCloudDatalabelingV1beta1AnnotationSpec? annotationSpec, double? areaUnderCurve, List<
GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry> ? confidenceMetricsEntries, double? meanAveragePrecision}) - GoogleCloudDatalabelingV1beta1PrCurve.fromJson(Map json_)
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