RepositoryWebrefPreprocessingNameEntityScores

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameEntityScores


Table of Contents ▼

Jump to a specific part of the page:

Description

Abstract, source independent scores. Next available tag: 7

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. priorScore (type: float(), default: nil)
    - An unnormalized measure of how much evidence we have that this name variant refers to the key entity. Should be comparable to all scores from the same source for: - other entities having the same name variant - the open world score computed for this name variant
  2. volumeBasedScore (type: float(), default: nil)
    - Prior score come from source that is quantifiable. artificial_score = prior_score - volume_based_score.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameEntityScores{
priorScore: float() | nil,
volumeBasedScore: float() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameEntityScores