{% extends "base.html" %} {% set active_page = 'clustering' %} {% block head %} {% endblock %} {% block title %}analyzer{% endblock %} {% block content %}
Clustering Analysis
Hierarchical Clustering
Perform hierarchical clustering analysis on your files. Will produce a silhouette score and a visual dendrogram.
K-Means Clustering
Perform k-means clustering analysis on your files. Will produce a silhouette score and a table of k-mean labels.
Both methods of cluster analysis allow for some level of customizability. For simplicity's sake, the default options are optimized for the casual user. If you do not understand a parameter, we recommend using the default.
{% endblock %}