GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorTrustedInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
This message summarized anchors of one trusted site.
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
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. -
matchedScoreInfo
(type:list(String.t)
, default:nil
)
- Detailed debug information about computation of trusted anchors match. Populated only when --anchorspam_penalizer_debug=true -
phrasesScore
(type:number()
, default:nil
)
- Count of anchors classified as spam using anchor text. -
site
(type:String.t
, default:nil
)
- Site name from anchor.source().site(). -
text
(type:list(String.t)
, default:nil
)
- Tokenized text of all anchors from the site. -
trustedScore
(type:number()
, default:nil
)
- Fraction of pages with newsy anchors on the site, >0 for trusted sites.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorTrustedInfo