{% extends 'miner/base.html' %} {% load nvd3_tags %} {% block extra_head %} {% endblock %} {% block extra_style %} {% endblock %} {% block content %}
Learn how to compose your own graph here.
Or browse (mouse-over) the graph below to find a machine-learning algorithm for your data.
var nodes = {{ nodes|safe }}
var edges = {{ edges|safe }}{% endblock %}