File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ limited by the amount of computers you can attach to the analysis.
350350The training coordinator node has to keep the full SOM topology in the memory.
351351Because we store a "generic" all-to-all distance topology file, this puts a
352352limit 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
354354bytes into the memory.
355355
356356On 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
You can’t perform that action at this time.
0 commit comments