Cluster Details (node id: {{ node_id }})

{% include 'histogram.html' %} {% if projection_stats %}

Projection Statistics

{% for projection in projection_stats %} {% endfor %}
Lens Mean Max Min
{{ projection['name'] }} {{ projection['mean'] }} {{ projection['max'] }} {{ projection['min'] }}
{% endif %} {% if cluster_stats %}

{% if cluster_stats['above']|length > 0 %}

Above Average

{% for stat in cluster_stats['above'] %} {% endfor %}
Feature Mean STD
{{ stat['feature'] }} {{ stat['mean'] }} {{ stat['std'] }}x
{% endif %} {% if cluster_stats['below']|length > 0 %}

Below Average

{% for stat in cluster_stats['below'] %} {% endfor %}
Feature Mean STD
{{ stat['feature'] }}{{ stat['mean'] }} {{ stat['std'] }}x
{% endif %}

Size

{{ cluster_stats['size'] }}

{% endif %}

Members

{% for tooltip in custom_tooltips %} {{ tooltip }} {% endfor %}