Browse Source

Further break up metric dropdowns

Kirk Trombley 3 years ago
parent
commit
4120f7c0e2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      nearest.html

+ 3 - 1
nearest.html

@@ -57,7 +57,9 @@
       addOption("--- Compare to whole ---");
       Object.entries(metrics).forEach(([value, metric]) => {
         if (value === "theta") {
-          addOption("--- Compare to mean ---");
+          addOption("--- Angle to mean ---");
+        } else if (value === "delta") {
+          addOption("--- Distance to mean ---");
         } else if (value === "inertia") {
           addOption("--- Statistics ---");
         }