{% if signals.empty %}
No signals recorded for this row (hygiene exclusion or thin telemetry).
{% else %}| signal | raw | norm | weight | present |
|---|---|---|---|---|
| {{ line.name }} | {{ line.raw }} | {{ line.norm }} | {{ line.weight }} | {% if line.present %}yes{% else %}absent{% endif %} |
Preliminary blend {{ signals.blend }}{% if let Some(cos) = signals.top1_cos %} · interest top-1 cosine {{ cos }}{% endif %}{% if signals.exploration %} · exploration{% endif %}{% if signals.auto_include %} · auto-include{% endif %}
{% if !signals.top_interests.is_empty() %}Top interests
Nearest rated neighbours