I am using RStudio with a 8 GB RAM machine (MacBook Pro). I also use RStudio Server in AWS with 15 GB RAM.
Both couldn't seem to finish som() with data size of 800,000+ records. 100,000 records seems to be never ending as well.
I wonder if there's a practical data size limit for R kohonen package? And subsequently, how should I go about processing SOM for such big data?
UPDATE: The RStudio Server finally finishes with error:
Error in matrix(0, nd * ncodes, nmaps) : invalid 'nrow' value (too large or NA) In addition: Warning message: In nd * ncodes : NAs produced by integer overflow
So what's the limit then?