Classes | |
| struct | NeuralNetworkInput |
| struct | NeuralNetwork |
Functions | |
| NeuralNetwork * | createNeuralNetwork (const char *param_file_name) |
| void | destroyNeuralNetwork (NeuralNetwork *) |
| float | getProbabilityOfTornado (NeuralNetwork *, const int *inputs) |
| void | getprobabilityoftornado_mda__ (int *inputs, float *prob) |
| Convenience function that will init the network on the first go. | |
| void | getprobabilityoftornado_mdanse__ (int *inputs, float *prob) |
| Convenience function that will init the network on the first go. | |
| NeuralNetwork* createNeuralNetwork | ( | const char * | param_file_name | ) |
| void destroyNeuralNetwork | ( | NeuralNetwork * | ) |
| float getProbabilityOfTornado | ( | NeuralNetwork * | , | |
| const int * | inputs | |||
| ) |
| void getprobabilityoftornado_mda__ | ( | int * | inputs, | |
| float * | prob | |||
| ) |
Convenience function that will init the network on the first go.
| void getprobabilityoftornado_mdanse__ | ( | int * | inputs, | |
| float * | prob | |||
| ) |
Convenience function that will init the network on the first go.
1.4.7