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

Inheritance: IActivationFunction
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

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

Construct a basic sigmoid 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

ActivationSigmoid() public method

Construct a basic sigmoid function, with a slope of 1.
public ActivationSigmoid ( ) : 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