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

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

Méthodes publiques

Méthode Description
ActivationFunction ( double x, int start, int size ) : void
ActivationStep ( ) : System

Create a basic step activation with low=0, center=0, high=1.

ActivationStep ( double low, double center, double high ) : System

Construct a step activation function.

Clone ( ) : object

Clone the object.

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

Method Details

ActivationFunction() public méthode

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

ActivationStep() public méthode

Create a basic step activation with low=0, center=0, high=1.
public ActivationStep ( ) : System
Résultat System

ActivationStep() public méthode

Construct a step activation function.
public ActivationStep ( double low, double center, double high ) : System
low double The low of the function.
center double The center of the function.
high double The high of the function.
Résultat System

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