{% extends "report_base.html" %} {% block content %}

Cluster Analysis

{{ macros.panel('Data sets', 'datasets', {}, tables=image_range_tables) }}
{{ macros.table(cc_cluster_table, has_column_header=true, has_row_header=true) }} {{ macros.plotly_graph("cc_cluster", cc_cluster_json, style="dendrogram-plot") }}
{{ macros.table(cos_angle_cluster_table, has_column_header=true, has_row_header=true) }} {{ macros.plotly_graph("cos_angle_cluster", cos_angle_cluster_json, style="dendrogram-plot") }}
{{ macros.panel('Cosym cluster plots', 'cosym_plots', cosym_graphs) }}
{% endblock %}