{% extends 'base.html' %} {% block title %}Cluster #{{ cluster.cluster_label }} - Run #{{ run.display_id }}{% endblock %} {% block content %}
{{ cluster.size }} entities ({{ cluster.proportion|floatformat:2 }}% of total)
Silhouette Score: {{ cluster.silhouette_score|floatformat:4|default:"-" }}
| Feature | Mean | Std | Median | Dist. Score |
|---|---|---|---|---|
{{ f.feature_name }} |
{{ f.mean|floatformat:3|default:"-" }} | {{ f.std|floatformat:3|default:"-" }} | {{ f.median|floatformat:3|default:"-" }} | {{ f.distinguishing_score|floatformat:3|default:"-" }} |
| No features | ||||
| Entity | |
|---|---|
{{ e.entity_value }} |
Profile |
| No entities | |