{% extends "bootstrap/base.html" %} {% block title %}SciKGRaph | Analyze{% endblock %} {% block content %} {{ super() }}

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 }}
 
{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %}