View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationMetrics (google_api_document_ai v0.39.0)

Evaluation metrics, either in aggregate or about a specific entity.

Attributes

  • f1Score (type: number(), default: nil) - The calculated f1 score.
  • falseNegativesCount (type: integer(), default: nil) - The amount of false negatives.
  • falsePositivesCount (type: integer(), default: nil) - The amount of false positives.
  • groundTruthDocumentCount (type: integer(), default: nil) - The amount of documents with a ground truth occurrence.
  • groundTruthOccurrencesCount (type: integer(), default: nil) - The amount of occurrences in ground truth documents.
  • precision (type: number(), default: nil) - The calculated precision.
  • predictedDocumentCount (type: integer(), default: nil) - The amount of documents with a predicted occurrence.
  • predictedOccurrencesCount (type: integer(), default: nil) - The amount of occurrences in predicted documents.
  • recall (type: number(), default: nil) - The calculated recall.
  • totalDocumentsCount (type: integer(), default: nil) - The amount of documents that had an occurrence of this label.
  • truePositivesCount (type: integer(), default: nil) - The amount of true positives.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationMetrics{
  f1Score: number() | nil,
  falseNegativesCount: integer() | nil,
  falsePositivesCount: integer() | nil,
  groundTruthDocumentCount: integer() | nil,
  groundTruthOccurrencesCount: integer() | nil,
  precision: number() | nil,
  predictedDocumentCount: integer() | nil,
  predictedOccurrencesCount: integer() | nil,
  recall: number() | nil,
  totalDocumentsCount: integer() | nil,
  truePositivesCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.