View on GitHub

Unit Neurons Documentation

Kohonen's Self Organizing Map

Float Neighboring Neuron

Constructors

FloatMappingNeuron(_prevs, _num_prev, _query_manager)

FloatMappingNeuron(_prevs, _num_prev, _query_manager, _max)

Structure

Public Methods and Variables

Additional Notes and Code

For more details on private variables, methods, and other functionalities performed within the definition of the class, refer to the hpp file and the cpp file .

Kohonen's SOM Operator

Subclass of GlobalOperator that starts the Kohonen's self organizing map training process of the neural network

Constructors

FloatKohonenSOM(_maps, int _num_maps, int _neighbor_range)

Code

For more details on private variables, methods, and other functionalities performed within the definition of the class, refer to the hpp file and the cpp file .