ann | NN_connection | [private] |
createNetwork(int numInput, int numNeuronsHidden, int numOutput) | NN_connection | |
createNetworkFromFile(const char *inputFile) | NN_connection | |
destroy() | NN_connection | |
execute(float *vector) | NN_connection | |
NN_connection() | NN_connection | |
train(const char *input, int maxEpochs, int epochsBetweenReports, float desiredError, const char *output) | NN_connection | |
~NN_connection() | NN_connection |