C# Class numl.Math.Functions.ClippedRectifiedLinear

A clipped rectified linear function.
Inheritance: Function
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
ClippedRectifiedLinear ( )

Initializes a new Clipped Rectified Linear function with default maximum of 5.

Compute ( double x ) : double

Computes the given x coordinate.

Derivative ( double x ) : double

Derivatives the given x coordinate.

Method Details

ClippedRectifiedLinear() public méthode

Initializes a new Clipped Rectified Linear function with default maximum of 5.

Compute() public méthode

Computes the given x coordinate.
public Compute ( double x ) : double
x double The Vector to process.
Résultat double

Derivative() public méthode

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