peterwittek / somoclu

Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters
https://peterwittek.github.io/somoclu/
MIT License
268 stars 70 forks source link

Is there a way to know the specific values of the weights? #128

Closed Tenceto closed 6 years ago

Tenceto commented 6 years ago

I want to know if there is a way of getting the values of each neuron weight vector after training the SOM. Is this possible with the given functions in the package?

Tenceto commented 6 years ago

I don't know if this is possible in the Python version, but now I've migrated to R and the codebook is provided as an attribute of the object.

peterwittek commented 6 years ago

It's in the codebook attribute of the Somoclu object in Python.