C# Class numl.Math.Functions.RectifiedLinear

A rectified linear function.
Inheritance: Function
显示文件 Open project: sethjuarez/numl

Public Methods

Method Description
Compute ( double x ) : double

Computes the given x coordinate.

Derivative ( double x ) : double

Derivatives the given x coordinate.

Method Details

Compute() public method

Computes the given x coordinate.
public Compute ( double x ) : double
x double The value to process.
return double

Derivative() public method

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