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

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
ActivationSIN ( ) : System

Construct the sin activation function.

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

ActivationSIN() public method

Construct the sin activation function.
public ActivationSIN ( ) : 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