{% extends 'base.html' %} {% load static %} {% block title %}Cluster #{{ cluster.cluster_label }} — Run #{{ run.display_id }}{% endblock %} {% block content %}
{{ cluster.size }} entities {% if cluster.proportion %} — {{ cluster.proportion|floatformat:1 }}% of total{% endif %} {% if cluster.silhouette_score is not None %} — Silhouette: {{ cluster.silhouette_score|floatformat:4 }}{% endif %}
| # | Feature | Dist. Score | Mean | Std | Median | P25 | P75 |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ f.feature_name }} |
{{ f.distinguishing_score|floatformat:3 }} | {{ f.mean|floatformat:3|default:"-" }} | {{ f.std|floatformat:3|default:"-" }} | {{ f.median|floatformat:3|default:"-" }} | {{ f.p25|floatformat:3|default:"-" }} | {{ f.p75|floatformat:3|default:"-" }} |
No feature data for this cluster.
No entities in this cluster.