RepositoryWebrefReferencePageScores

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefReferencePageScores


Table of Contents ▼

Jump to a specific part of the page:

Description

Signals used for mining new reference pages, set by the reference-page-scorer processor.

Attributes List

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

View Attributes

Attributes

  1. bookScore (type: number(), default: nil)
    - Stores score for later offline voting to choose reference pages. If zero, it's not a good book reference page.
  2. referencePageScore (type: number(), default: nil)
    - Reference page score used to select the reference page owner.
  3. selected (type: boolean(), default: nil)
    - True if the entity is selected as the reference page owner.
  4. singleTopicness (type: number(), default: nil)
    - A score in [0, 1] which indicates the single topicness of the entity.
  5. singleTopicnessV2 (type: number(), default: nil)
    - This should have the same semantic as single_topicness, and should replace it in the long term.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefReferencePageScores{
bookScore: number() | nil,
referencePageScore: number() | nil,
selected: boolean() | nil,
singleTopicness: number() | nil,
singleTopicnessV2: number() | nil
}

Function

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

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