C# Class numl.Math.Functions.Softplus

Softplus function
Inheritance: Function
ファイルを表示 Open project: sethjuarez/numl

Public Methods

Method 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 method

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

Derivative() public method

Derivatives the given x coordinate.
public Derivative ( double x ) : double
x double The double to process.
return double