{% extends 'portal.html'%} {% block title %}Graph comparison results{% endblock %} {% block content %}
The structures compared were: {% for name in original_structure_list %}{% if loop.index > 1 %},{% endif %} {{ name }}{% endfor %} using the {{ comparison_type.name }} comparison type.
{% for original_name in original_structure_list %} | {{ original_name }} | {% endfor %}
---|---|
{{ comparison_structure_list[j] }} | {% for i in range(original_structure_list|length) %}{{ "{:.3f}".format(jaccard_index_matrix[i][j]) }} | {% endfor %}
{% for original_name in original_structure_list %} | {{ original_name }} | {% endfor %}
---|---|
{{ comparison_structure_list[j] }} | {% for i in range(original_structure_list|length) %}{{ nodes_in_mcs_matrix[i][j] }} | {% endfor %}