Skip to content

Commit 5a3b5aa

Browse files
committed
update README to mention the new topologies
1 parent 6f55270 commit 5a3b5aa

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ limited by the amount of computers you can attach to the analysis.
350350
The training coordinator node has to keep the full SOM topology in the memory.
351351
Because we store a "generic" all-to-all distance topology file, this puts a
352352
limit on the size of the self-organizing map that you can train. If the SOM
353-
size is K nodes (typically, K=`som-x`×`som-y`), you need to fit (K²+K×D)×4
353+
size is K nodes (typically, K=`grid-x`×`grid-y`), you need to fit (K²+K×D)×4
354354
bytes into the memory.
355355

356356
On a modest computer with 16GB of memory, this thus allows you to train a SOM
@@ -392,7 +392,13 @@ generated by `remotesom generate`:
392392
with **squared** distance to each centroid. (Viewed as a matrix, this would
393393
be a symmetric matrix with non-negative elements and zeroes on the diagonal.)
394394

395-
You can supply any data in a compatible format.
395+
Additionally, `remotesom` has out-of-the-box support for hexagonal, toroidal
396+
and circular grid topologies. To get a complete list of the related options,
397+
see the list of available options for the `generate` command:
398+
399+
```sh
400+
remotesom generate --help
401+
```
396402

397403
#### Can I use a different transport of the SOM training commitments than TLS?
398404

0 commit comments

Comments
 (0)