{% extends 'base.html' %} {% block title %}Entity: {{ entity.entity_value }} - TLS Analyzer{% endblock %} {% block content %}
{{ entity.entity_value }}Run #{{ run.display_id }} | Cluster: #{{ entity.cluster_label|default:"unassigned" }}
| Feature | Value | Cluster Mean | Deviation (Z-score) |
|---|---|---|---|
{{ col }} |
{{ dev.value|floatformat:3 }} | {{ dev.cluster_mean|floatformat:3 }} | {{ dev.zscore|floatformat:2 }} |
| No feature data available. | |||
X: {{ entity.embedding_x|floatformat:3 }}, Y: {{ entity.embedding_y|floatformat:3 }}