Voting helps other researchers find interesting modules.
Keeps a set of scores about an entity. Next available tag: 20.
alphaEntityIdf
number()
nil
commonNgramProb
entityIdf (type: number(), default: nil) - The final (model omega) idf of an entity. Equals log2(1 / probability of the entity to appear in a document). This probability is currently estimated from its names (i.e. it is a sum of the name frequency weighted by P(entity | name)).
entityIdf
nameCapitalizationProb
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityScores{ alphaEntityIdf: number() | nil, commonNgramProb: number() | nil, entityIdf: number() | nil, nameCapitalizationProb: number() | nil }
@spec decode(struct(), keyword()) :: struct()