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

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

Public Methods

Method Description
ActivationBiPolar ( ) : System

Construct the bipolar activation function.

ActivationFunction ( double x, int start, int size ) : void
Clone ( ) : object

Clone the object.

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

Method Details

ActivationBiPolar() public method

Construct the bipolar activation function.
public ActivationBiPolar ( ) : System
return System

ActivationFunction() public method

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

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