{% extends 'base.html' %} {% load static %} {% block title %}Cluster Overview - Run #{{ run.display_id }}{% endblock %} {% block content %}
{{ run.total_flows }} flows, {{ run.cluster_count }} clusters
{{ geo_skipped }} entities excluded (missing lat/lon)
{% endif %}Proportion: {{ c.proportion|floatformat:3 }}
Silhouette: {{ c.silhouette_score|floatformat:4|default:"-" }}
| Feature | Score | Mean |
|---|---|---|
| {{ f.feature_name }} | {{ f.distinguishing_score|floatformat:3|default:"-" }} | {{ f.mean|floatformat:3|default:"-" }} |
| No features | ||
No clusters found.
{{ noise.size }} entities classified as noise