C# Class Encog.Engine.Network.Activation.ActivationTANH

Inheritance: IActivationFunction
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
ActivationFunction ( double x, int start, int size ) : void
ActivationTANH ( ) : System

Construct a basic HTAN activation function, with a slope of 1.

Clone ( ) : object

Clone the object.

DerivativeFunction ( double b, double a ) : double
HasDerivative ( ) : bool

Method Details

ActivationFunction() public method

public ActivationFunction ( double x, int start, int size ) : void
x double
start int
size int
return void

ActivationTANH() public method

Construct a basic HTAN activation function, with a slope of 1.
public ActivationTANH ( ) : System
return System

Clone() public method

Clone the object.
public Clone ( ) : object
return object

DerivativeFunction() public method

public DerivativeFunction ( double b, double a ) : double
b double
a double
return double

HasDerivative() public method

public HasDerivative ( ) : bool
return bool