{% extends "base_analyze.html" %} {% set active_page = 'hierarchy' %} {% block head %} {% endblock %} {% block title %}analyzer{% endblock %} {% block options %}
Hierarchical Clustering
Go to K-Means Clustering
Dendrogram Options
Silhouette Score Options
{% endblock %} {% block results %}
Silhouette Score:  {{score}}   (Criterion:  {{request.form['criterion']}}  |  Threshold:  {{threshold}}) A silhouette score is a measure of fit for your clusters. It gives a general indication of how well individual objects lie within their cluster. The best possible value is 1 and the worst value is -1. Values near 0 indicate overlapping clusters. Negative values generally indicate that a sample has been assigned to the wrong cluster, as a different cluster is more similar.
  {% if session['dengenerated'] %}
{% endif %}

{{pdfPageNumber}}

{% endblock %} {% block submit %} A dendrogram requires at least 2 active files to be created. Invalid Threshold. Invalid number of leaves. {% if session['dengenerated'] %} {% endif %} {% endblock %}