C# Class numl.Math.Functions.Softplus

Softplus function
Inheritance: Function
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Compute ( double x ) : double

Computes the softplus function on the given input.

Derivative ( double x ) : double

Derivatives the given x coordinate.

Method Details

Compute() public méthode

Computes the softplus function on the given input.
public Compute ( double x ) : double
x double The double to process.
Résultat double

Derivative() public méthode

Derivatives the given x coordinate.
public Derivative ( double x ) : double
x double The double to process.
Résultat double