Expand description
One concrete record passed into clustering.
Record is the unit the tree builder operates on: the parsed
input value plus an optional resolved score. Score resolution is
per-record permissive — strategies decide whether a missing score
is a problem (§5.2 numeric strategies require scores; categorical
strategies don’t). --invert polarity flipping is the caller’s
responsibility; this slice does not auto-invert.
Structs§
- Record
- One concrete record passed into clustering.