Functions | |
| const double | heavyside (const double x) |
| const double | sigmoid (const double x) |
This is a namespace that declares functions used in a variety of places in this application.
| const double function::heavyside | ( | const double | x ) | [inline] |
The heavyside step-function
, also known as the unit stpe-function, is defined as:
| const double function::sigmoid | ( | const double | x ) | [inline] |
A process that exhibits a progression from small-to-large and accelerates can sometimes be mapped using a Sigmoid function. This is particuarily useful when a detailed description of the process is lacking. The Sigmoid function
is defined as:
1.7.2