AckdbScorePreview
The builder histogram: 20 five-point buckets over the 0–100 score axis.
Properties
bucketsarray ofrequiredfromnumberrequiredtonumberrequiredcountintegerrequiredlabelsarray ofrequiredtotalintegerrequiredRows in the histogram (Σ bucket counts) — equals population.
populationintegerrequiredRows the histogram ranks (#432): the active population for percentilePopulation: "active" definitions, else all rows of the grain (or, for a SCOPED definition, all rows of its scope).
outOfScopeintegerrequiredRows of the grain the definition does not score AT ALL (#443) — outside its scope segment; 0 when unscoped. Distinct from `excluded`, which counts rows that ARE scored but not ranked. Together they let a builder say "ranks 412 of 20,104 companies".
excludedintegerrequiredRows outside the ranking population (#432) — 0 unless percentilePopulation: "active". The builder renders "ranked among N active · M excluded".
Example
AckdbScorePreview example
{
"buckets": [
{
"from": 0,
"to": 0,
"count": 0
}
],
"labels": [],
"total": 0,
"population": 0,
"outOfScope": 0,
"excluded": 0
}