From d6c5e56a30a1e324ca4166566e1157f594f218ef Mon Sep 17 00:00:00 2001 From: Donovan Date: Thu, 20 Mar 2025 11:18:16 -0500 Subject: [PATCH] add doc --- notebooks/dispersion_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/dispersion_tutorial.ipynb b/notebooks/dispersion_tutorial.ipynb index ad313e2..315dd21 100644 --- a/notebooks/dispersion_tutorial.ipynb +++ b/notebooks/dispersion_tutorial.ipynb @@ -50,7 +50,7 @@ "## Keypad Dispersion\n", "\n", "Keypad dispersion refers to an operation that redistributes the properties assigned to each key on a keypad, ensuring that no property shares a key with a property that was previously adjacent to it.\n", - "Keypads are only dispersable if `numb_of_keys <= properites_per_key`\n", + "Keypads are only dispersable if `numb_of_keys <= properites_per_key`. It's used during nKode enrollment to infer property selection.\n", "\n", "A keypad dispersion is completed in two steps:\n", "1. Create a property rotation array; a randomly permuted subset of indices, selected without replacement from a range equal to the number of keys on a keypad, with its length truncated to match the number of properties assigned per key.\n",