AckdbScorePreview

The builder histogram: 20 five-point buckets over the 0–100 score axis.

Properties

bucketsarray ofrequired
fromnumberrequired
tonumberrequired
countintegerrequired
labelsarray ofrequired
totalintegerrequired

Rows in the histogram (Σ bucket counts) — equals population.

populationintegerrequired

Rows 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).

outOfScopeintegerrequired

Rows 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".

excludedintegerrequired

Rows 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
}