diff --git a/app/web/templates/index.html b/app/web/templates/index.html
index b0028fe..58a3990 100644
--- a/app/web/templates/index.html
+++ b/app/web/templates/index.html
@@ -42,7 +42,7 @@
introduction
scope
- stability of low-dim embeddings under input drift
+ impact of data drift on dimension reduction
@@ -322,7 +322,7 @@
stability metrics
view
- frame-to-frame travel · vs-initial drift · kNN retention
+ travel · drift · kNN@10
@@ -374,8 +374,8 @@
- kNN retention
- fraction of input-space k-NN preserved in 2-D (higher = more faithful)
+ kNN@10 retention
+ fraction of each point's 10 nearest input-space neighbors preserved in 2-D (higher = more faithful)
diff --git a/app/web/templates/metrics.html b/app/web/templates/metrics.html
index 467a72d..7e7130f 100644
--- a/app/web/templates/metrics.html
+++ b/app/web/templates/metrics.html
@@ -73,8 +73,8 @@
- kNN retention
- fraction of input-space k-NN preserved in 2-D (higher = more faithful)
+ kNN@10 retention
+ fraction of each point's 10 nearest input-space neighbors preserved in 2-D (higher = more faithful)