IndexingDocjoinerAnchorTrustedInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorTrustedInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

This message summarized anchors of one trusted site.

Attributes List

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

View Attributes

Attributes

  1. matchedScore (type: number(), default: nil)
    - Difference in KL-divergence from spam and non-spam anchors. Value >0 indicate that anchor text from this trusted source is similar to anchors classified as spam which means that spammy anchors are legitimate.
  2. matchedScoreInfo (type: list(String.t), default: nil)
    - Detailed debug information about computation of trusted anchors match. Populated only when --anchorspam_penalizer_debug=true
  3. phrasesScore (type: number(), default: nil)
    - Count of anchors classified as spam using anchor text.
  4. site (type: String.t, default: nil)
    - Site name from anchor.source().site().
  5. text (type: list(String.t), default: nil)
    - Tokenized text of all anchors from the site.
  6. trustedScore (type: number(), default: nil)
    - Fraction of pages with newsy anchors on the site, >0 for trusted sites.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorTrustedInfo{
matchedScore: number() | nil,
matchedScoreInfo: [String.t()] | nil,
phrasesScore: number() | nil,
site: String.t() | nil,
text: [String.t()] | nil,
trustedScore: number() | nil
}

Function

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

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