alib
Universal C Library Collection for Machine Learning & Artificial Intelligence
Loading...
Searching...
No Matches
Data Fields
calc_function Struct Reference

Structure representing an function and its derivative. More...

#include <calc.h>

Data Fields

calc_function_fn activation
 
calc_function_fn derivative
 
char name [16]
 

Detailed Description

Structure representing an function and its derivative.

This structure holds the name of the function, the function itself, and its derivative function.

Definition at line 30 of file calc.h.

Field Documentation

◆ activation

calc_function_fn calc_function::activation

The function.

Definition at line 32 of file calc.h.

◆ derivative

calc_function_fn calc_function::derivative

The derivative of the function.

Definition at line 34 of file calc.h.

◆ name

char calc_function::name[16]

The name of the function.

Definition at line 31 of file calc.h.


The documentation for this struct was generated from the following file: