GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry class

Constructors

GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry({double? confidenceThreshold, double? f1Score, double? f1ScoreAt1, double? f1ScoreAt5, double? precision, double? precisionAt1, double? precisionAt5, double? recall, double? recallAt1, double? recallAt5})
GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry.fromJson(Map _json)

Properties

confidenceThreshold double?
Threshold used for this entry.
getter/setter pair
f1Score double?
Harmonic mean of recall and precision.
getter/setter pair
f1ScoreAt1 double?
The harmonic mean of recall_at1 and precision_at1.
getter/setter pair
f1ScoreAt5 double?
The harmonic mean of recall_at5 and precision_at5.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
precision double?
Precision value.
getter/setter pair
precisionAt1 double?
Precision value for entries with label that has highest score.
getter/setter pair
precisionAt5 double?
Precision value for entries with label that has highest 5 scores.
getter/setter pair
recall double?
Recall value.
getter/setter pair
recallAt1 double?
Recall value for entries with label that has highest score.
getter/setter pair
recallAt5 double?
Recall value for entries with label that has highest 5 scores.
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