RepositoryWebrefNameScores

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameScores


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents some name-specific scores. (Unlike EntityNameScore, these scores are independent of the entities the name is associated with). These scores are available for each name as well as for each name/source. Next available tag: 31.

Attributes List

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

View Attributes

Attributes

  1. completeWorldVolume (type: number(), default: nil)
    - Approximates volume of this name including entities we don't have in our set. This is useful to estimate the size of the "open world". For example, this field can be equal to the total number of clicks for the query. Note that for now, we ignore the number of clicks but just use the idf if available.
  2. contextFringeScore (type: number(), default: nil)
    - The fringe score in [0, 1] for this context name. This is only populated for full-query context names.
  3. contextWeight (type: number(), default: nil)
    - The amount of evidence available for this context name.
  4. idfScore (type: number(), default: nil)
    - The idf of this name.
  5. openWorldVolumeModifier (type: number(), default: nil)
    - 'Raw' open world is computed based on ngram count data. For some names however, we modify the open world based on entities associated with them. This field contains the additive open world modifier. open_world_volume = raw open world + open_world_volume_modifier
  6. totalScore (type: number(), default: nil)
    - The total score of that name/source. It describes how much data we have for that name/source. It can for example be the sum of all the entity scores for this name.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameScores{
completeWorldVolume: number() | nil,
contextFringeScore: number() | nil,
contextWeight: number() | nil,
idfScore: number() | nil,
openWorldVolumeModifier: number() | nil,
totalScore: number() | nil
}

Function

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

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