Sergio Hernández-López
Sergio Hernández-López
Hi, thanks for the library. @oliviaguest I need to write specific labels to neurons ¿how can I do this?
Mmm no, at least there's no attribute to do this, nevertheless there is an attribute in the instance called `sm = sompy.SOMFactory.build(data, mapsize=size, mapshape='planar', lattice='rect', normalization='var', initialization='random', neighborhood='gaussian', training='batch') sm.data_labels`
Here's how: Once the som is trained `som.data_labels = np.arrray(somelistofvalues)` Hope it is useful