clean up / clarify labels

This commit is contained in:
Michael Pilosov 2026-04-22 11:30:52 -06:00
parent b108204289
commit f524dcce51
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@
<span class="picker-title">introduction</span>
<span class="picker-selection">
<span class="lbl">scope</span>
<code>stability of low-dim embeddings under input drift</code>
<code>impact of data drift on dimension reduction</code>
</span>
</span>
<span class="picker-toggle" aria-hidden="true"></span>
@ -322,7 +322,7 @@
<span class="picker-title">stability metrics</span>
<span class="picker-selection">
<span class="lbl">view</span>
<code>frame-to-frame travel · vs-initial drift · kNN retention</code>
<code>travel · drift · kNN@10</code>
</span>
</span>
<span class="picker-toggle" aria-hidden="true"></span>
@ -374,8 +374,8 @@
<figure class="plot">
<figcaption>
<span class="plot-title">kNN retention</span>
<span class="plot-sub">fraction of input-space k-NN preserved in 2-D (higher = more faithful)</span>
<span class="plot-title">kNN@10 retention</span>
<span class="plot-sub">fraction of each point's 10 nearest input-space neighbors preserved in 2-D (higher = more faithful)</span>
</figcaption>
<div id="plot-knn" class="plot-area"></div>
</figure>

View File

@ -73,8 +73,8 @@
<figure class="plot">
<figcaption>
<span class="plot-title">kNN retention</span>
<span class="plot-sub">fraction of input-space k-NN preserved in 2-D (higher = more faithful)</span>
<span class="plot-title">kNN@10 retention</span>
<span class="plot-sub">fraction of each point's 10 nearest input-space neighbors preserved in 2-D (higher = more faithful)</span>
</figcaption>
<div id="plot-knn" class="plot-area"></div>
</figure>