add doc
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
"## Keypad Dispersion\n",
|
"## Keypad Dispersion\n",
|
||||||
"\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",
|
"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",
|
"\n",
|
||||||
"A keypad dispersion is completed in two steps:\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",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user