GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics class

Metrics across multiple confidence levels.

Constructors

GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics({double? auprc, double? auprcExact, List<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>? confidenceLevelMetrics, List<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>? confidenceLevelMetricsExact, double? estimatedCalibrationError, double? estimatedCalibrationErrorExact, String? metricsType})
GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics.fromJson(Map json_)

Properties

auprc double?
The calculated area under the precision recall curve (AUPRC), computed by integrating over all confidence thresholds.
getter/setter pair
auprcExact double?
The AUPRC for metrics with fuzzy matching disabled, i.e., exact matching only.
getter/setter pair
confidenceLevelMetrics List<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>?
Metrics across confidence levels with fuzzy matching enabled.
getter/setter pair
confidenceLevelMetricsExact List<GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics>?
Metrics across confidence levels with only exact matching.
getter/setter pair
estimatedCalibrationError double?
The Estimated Calibration Error (ECE) of the confidence of the predicted entities.
getter/setter pair
estimatedCalibrationErrorExact double?
The ECE for the predicted entities with fuzzy matching disabled, i.e., exact matching only.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricsType String?
The metrics type for the label. Possible string values are:
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