#include <NeuralGas_Shared.h>
| Data Fields | |
| addr64 | inputs | 
| int | inputsCount | 
| addr64 | neurons | 
| int | neuronsCount | 
| int | iterations | 
| float | lambda_f | 
| float | lambda_i | 
| float | eps_f | 
| float | eps_i | 
Input data address.
Inputs count.
Neurons address.
Neurouns count.
Number of iteration of algorithm.
LambdaF parameter of algorithm.
LambdaI parameter of algorithm.
EpsF parameter of algorithm.
EpsI parameter of algorithm.
 1.5.2
 1.5.2