NeuralGas_InputData Struct Reference

#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


Detailed Description

Input data for neural gas algorithm.


Field Documentation

addr64 NeuralGas_InputData::inputs

Input data address.

int NeuralGas_InputData::inputsCount

Inputs count.

addr64 NeuralGas_InputData::neurons

Neurons address.

int NeuralGas_InputData::neuronsCount

Neurouns count.

int NeuralGas_InputData::iterations

Number of iteration of algorithm.

float NeuralGas_InputData::lambda_f

LambdaF parameter of algorithm.

float NeuralGas_InputData::lambda_i

LambdaI parameter of algorithm.

float NeuralGas_InputData::eps_f

EpsF parameter of algorithm.

float NeuralGas_InputData::eps_i

EpsI parameter of algorithm.


The documentation for this struct was generated from the following file:
Generated on Mon May 21 15:13:54 2007 by  doxygen 1.5.2