#include "../NeuralGas_Shared.h"
Functions | |
int | computeNeuralGas_PPU (NeuralGas_InputData *input, Vertex *inputCache, int inputCacheSize, Neuron *neuronCache, int neuronCacheSize) |
int computeNeuralGas_PPU | ( | NeuralGas_InputData * | input, | |
Vertex * | inputCache, | |||
int | inputCacheSize, | |||
Neuron * | neuronCache, | |||
int | neuronCacheSize | |||
) |
Runs neural gas algorithm computation.
input | NeuralGas_InputData structure. | |
inputCache | Pointer to array that will be used as cache for input vertices. | |
inputCacheSize | Input cache size. neuronCache Pointer to array that will be used as cache for neurons. | |
neuronCacheSize | Neuron cache size. |