{% extends 'base.html' %} {% block title %}Cluster #{{ cluster.cluster_label }} - Run #{{ run.display_id }}{% endblock %} {% block content %}
← Back to overview

Cluster #{{ cluster.cluster_label }}

{{ cluster.size }} entities ({{ cluster.proportion|floatformat:2 }}% of total)

Silhouette Score: {{ cluster.silhouette_score|floatformat:4|default:"-" }}

Feature Summary (top 50)

{% for f in features %} {% empty %} {% endfor %}
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

Entities (top 50)

{% for e in entities %} {% empty %} {% endfor %}
Entity
{{ e.entity_value }} Profile
No entities
{% endblock %}