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

Inheritance: IActivationFunction
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Construct the bipolar activation function.
public ActivationBiPolar ( ) : System
Résultat System

ActivationFunction() public méthode

public ActivationFunction ( double x, int start, int size ) : void
x double
start int
size int
Résultat void

Clone() public méthode

Clone the object.
public Clone ( ) : object
Résultat object

DerivativeFunction() public méthode

public DerivativeFunction ( double b, double a ) : double
b double
a double
Résultat double

HasDerivative() public méthode

public HasDerivative ( ) : bool
Résultat bool