GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefReferencePageScores
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
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. -
referencePageScore
(type:number()
, default:nil
)
- Reference page score used to select the reference page owner. -
selected
(type:boolean()
, default:nil
)
- True if the entity is selected as the reference page owner. -
singleTopicness
(type:number()
, default:nil
)
- A score in [0, 1] which indicates the single topicness of the entity. -
singleTopicnessV2
(type:number()
, default:nil
)
- This should have the same semantic as single_topicness, and should replace it in the long term.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefReferencePageScores