clean up / clarify labels
This commit is contained in:
parent
b108204289
commit
f524dcce51
@ -42,7 +42,7 @@
|
|||||||
<span class="picker-title">introduction</span>
|
<span class="picker-title">introduction</span>
|
||||||
<span class="picker-selection">
|
<span class="picker-selection">
|
||||||
<span class="lbl">scope</span>
|
<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>
|
</span>
|
||||||
<span class="picker-toggle" aria-hidden="true"></span>
|
<span class="picker-toggle" aria-hidden="true"></span>
|
||||||
@ -322,7 +322,7 @@
|
|||||||
<span class="picker-title">stability metrics</span>
|
<span class="picker-title">stability metrics</span>
|
||||||
<span class="picker-selection">
|
<span class="picker-selection">
|
||||||
<span class="lbl">view</span>
|
<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>
|
</span>
|
||||||
<span class="picker-toggle" aria-hidden="true"></span>
|
<span class="picker-toggle" aria-hidden="true"></span>
|
||||||
@ -374,8 +374,8 @@
|
|||||||
|
|
||||||
<figure class="plot">
|
<figure class="plot">
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<span class="plot-title">kNN retention</span>
|
<span class="plot-title">kNN@10 retention</span>
|
||||||
<span class="plot-sub">fraction of input-space k-NN preserved in 2-D (higher = more faithful)</span>
|
<span class="plot-sub">fraction of each point's 10 nearest input-space neighbors preserved in 2-D (higher = more faithful)</span>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
<div id="plot-knn" class="plot-area"></div>
|
<div id="plot-knn" class="plot-area"></div>
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
@ -73,8 +73,8 @@
|
|||||||
|
|
||||||
<figure class="plot">
|
<figure class="plot">
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<span class="plot-title">kNN retention</span>
|
<span class="plot-title">kNN@10 retention</span>
|
||||||
<span class="plot-sub">fraction of input-space k-NN preserved in 2-D (higher = more faithful)</span>
|
<span class="plot-sub">fraction of each point's 10 nearest input-space neighbors preserved in 2-D (higher = more faithful)</span>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
<div id="plot-knn" class="plot-area"></div>
|
<div id="plot-knn" class="plot-area"></div>
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user