NNSOM.som_gpu.SOMGpu.sim_som

SOMGpu.sim_som(x)[source]

Simulates the SOM with x as the input, determining which neurons are activated by the input vectors.

Parameters:

x (np.ndarray) – The input data to simulate the SOM with.

Returns:

The simulated output of the SOM.

Return type:

np.ndarray