|
alib
Universal C Library Collection for Machine Learning & Artificial Intelligence
|
Structure representing an function and its derivative. More...
#include <calc.h>
Data Fields | |
| calc_function_fn | activation |
| calc_function_fn | derivative |
| char | name [16] |
Structure representing an function and its derivative.
This structure holds the name of the function, the function itself, and its derivative function.
| calc_function_fn calc_function::activation |
| calc_function_fn calc_function::derivative |