Global

Members

ConstructionError

Sets the Error-messages
Source:

Methods

dsigmoid(x) → {Number}

The derivative of the sigmoid function
Parameters:
Name Type Description
x Number The input
Source:
Returns:
- The corresponding y-value
Type
Number

logit(x) → {Number}

The invers-sigmoid function or logit function
Parameters:
Name Type Description
x Number The input
Source:
Returns:
- The corresponding y-value
Type
Number

sigmoid(x) → {Number}

The sigmoid function
Parameters:
Name Type Description
x Number The input
Source:
Returns:
- The corresponding y-value
Type
Number

simple(x) → {Number}

A simple function that either returns 0 or 1
Parameters:
Name Type Description
x Number The input
Source:
Returns:
- The corresponding y-value
Type
Number