{% extends "base.html" %} {% block title %}Feature Topology ยท Run #{{ run.id }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
This page visualizes the semantic topology of the features. It groups features into families based on their co-occurrence and correlation, allowing you to explore the relationships between different concepts learned by the SAE.
{% if families %}Run the MST algorithm to detect semantic clusters in the SAE latent space.
Start Graph Algorithm