UMAP 嵌入 个点
⚠️ 噪声点 {{ noise.size }} 个实体
详情 →{{ noise_summary }}
{% endif %}
全部
{% for c in clusters %}
#{{ c.cluster_label }} ({{ c.size }})
{% endfor %}
{% if noise %}Noise ({{ noise.size }}){% endif %}
{% for c in clusters %}
{% empty %}
{% endfor %}
{% if geo_count > 0 %}
簇 #{{ c.cluster_label }}
{{ c.size }} 个实体{% if c.proportion %} · {{ c.proportion|floatformat:1 }}%{% endif %}
{% if c.nl_summary %}{{ c.nl_summary }}
{% endif %}
No clusters