{% extends "bootstrap/base.html" %} {% block title %}SciKGRaph | Analyze{% endblock %} {% macro render_panel() %}
{% endmacro %} {% block content %} {{ super() }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %}

Analysis:

# Clusters:
Cluster Relation Graph:
Modularity: {{ modularit }}
Cluster #: {{ singleModularity }}
{% for i in range(nCKeys) %} {% endfor %}
# Key-concept Centrality
{{ i }} {{ gKeys[i] }} {{ gCentralities[i] }}
 
 
# Cluster:
{% for i in range(nCKeys) %} {% endfor %}
# Key-concept Centrality
{{ i }} {{ cKeys[i] }} {{ cCentralities[i] }}
 
 
 
Documents: {{ documents }} Language: {{ language }} Co-occurrence: {{ cooccurrence }}
Total Concepts: {{ total_concepts }} Total Edges: {{ total_edges }}
Deleted Concepts: {{ deleted_concepts }} Deleted Edges: {{ deleted_edges }} Deleted Isolated Concepts: {{ deleted_isolated_concepts }}
{{ render_panel() }}
 
{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %}