C# 클래스 numl.Math.Functions.Softplus

Softplus function
상속: Function
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
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