IndexingDocjoinerAnchorSpamInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorSpamInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Following structure summarizes output of AnchorSpamPenalizer. Spammy anchors are tagged with LINK_SPAM_PHRASE_PENALIZER and demoted to SPAM locality in anchor-localizer.cc

Attributes List

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

View Attributes

Attributes

  1. anchorEnd (type: integer(), default: nil)
    - End date of the last anchor of the document.
  2. anchorFraq (type: number(), default: nil)
    - Ratio of spam demoted period to all anchor period.
  3. anchorStart (type: integer(), default: nil)
    - Start date of the first anchor of the document.
  4. demoted (type: integer(), default: nil)
    - Following field record details of anchor demotion in action. How many anchors were demoted.
  5. demotedAll (type: boolean(), default: nil)
    - Demoted all anchors in the period or only anchors classified as spam.
  6. demotedEnd (type: integer(), default: nil)
    - End date of the demotion period.
  7. demotedStart (type: integer(), default: nil)
    - Start date of the demotion period.
  8. phraseCount (type: number(), default: nil)
    - Following fields record signals used in anchor spam classification. How many spam phrases found in the anchors among unique domains.
  9. phraseDays (type: number(), default: nil)
    - Over how many days 80% of these phrases were discovered.
  10. phraseFraq (type: number(), default: nil)
    - Spam phrases fraction of all anchors of the document.
  11. phraseRate (type: number(), default: nil)
    - Average daily rate of spam anchor discovery.
  12. processed (type: integer(), default: nil)
    - Total number of processed anchors.
  13. sampled (type: boolean(), default: nil)
    - True if anchors were sampled during observation phrase.
  14. sources (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorTrustedInfo), default: nil)
    - Detailed information about trusted sources and match computation. Populated only when --anchorspam_penalizer_debug=true.
  15. spamDebugInfo (type: String.t, default: nil)
    - Additional debug information about computation of spam probability.
  16. spamPenalty (type: number(), default: nil)
    - Combined penalty for anchor demotion.
  17. spamProbability (type: number(), default: nil)
    - Predicted probability of spam.
  18. trustedDemoted (type: integer(), default: nil)
    - Number of trusted anchors used in computation of spam probability.
  19. trustedExamples (type: String.t, default: nil)
    - Examples of trusted sources.
  20. trustedMatching (type: integer(), default: nil)
    - Number of trusted anchors with anchor text matching spam terms.
  21. trustedTarget (type: boolean(), default: nil)
    - Following fields record details about trusted anchors True if is this URL is on trusted source.
  22. trustedTotal (type: integer(), default: nil)
    - Total number of trusted sources for this URL.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorSpamInfo{
anchorEnd: integer() | nil,
anchorFraq: number() | nil,
anchorStart: integer() | nil,
demoted: integer() | nil,
demotedAll: boolean() | nil,
demotedEnd: integer() | nil,
demotedStart: integer() | nil,
phraseCount: number() | nil,
phraseDays: number() | nil,
phraseFraq: number() | nil,
phraseRate: number() | nil,
processed: integer() | nil,
sampled: boolean() | nil,
sources: [GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorTrustedInfo.t()] | nil,
spamDebugInfo: String.t() | nil,
spamPenalty: number() | nil,
spamProbability: number() | nil,
trustedDemoted: integer() | nil,
trustedExamples: String.t() | nil,
trustedMatching: integer() | nil,
trustedTarget: boolean() | nil,
trustedTotal: integer() | nil
}

Function

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

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