C# Класс numl.Math.Functions.Softplus

Softplus function
Наследование: Function
Показать файл Открыть проект

Открытые методы

Метод Описание
Compute ( double x ) : double

Computes the softplus function on the given input.

Derivative ( double x ) : double

Derivatives the given x coordinate.

Описание методов

Compute() публичный Метод

Computes the softplus function on the given input.
public Compute ( double x ) : double
x double The double to process.
Результат double

Derivative() публичный Метод

Derivatives the given x coordinate.
public Derivative ( double x ) : double
x double The double to process.
Результат double