Martín Sevilla
Results
2
issues of
Martín Sevilla
I tried to run the example provided [here](https://github.com/peterwittek/somoclu/blob/master/src/R/man/Rsomoclu.kohonen.Rd) but when it comes to the part when the SOM is converted to kohonen class, the following error appears: Error in map.kohonen(structure(list(codes...
I was reading the documentation for Somoclu and it is stated that in order to make the algorithm parallelizable, a batch training mode has to be followed. The equation to...