C# Class Encog.Neural.Networks.Synapse.DirectSynapse

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

Méthodes publiques

Méthode Description
Clone ( ) : object

Clone this object.

Compute ( INeuralData input ) : INeuralData

Compute the output from this synapse.

CreatePersistor ( ) : IPersistor

Create a persistor for this type of synapse.

DirectSynapse ( ) : System

Simple default constructor.

DirectSynapse ( ILayer fromLayer, ILayer toLayer ) : System

Construct a direct synapse between the two specified layers.

Method Details

Clone() public méthode

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

Compute() public méthode

Compute the output from this synapse.
public Compute ( INeuralData input ) : INeuralData
input INeuralData The input to this synapse.
Résultat INeuralData

CreatePersistor() public méthode

Create a persistor for this type of synapse.
public CreatePersistor ( ) : IPersistor
Résultat IPersistor

DirectSynapse() public méthode

Simple default constructor.
public DirectSynapse ( ) : System
Résultat System

DirectSynapse() public méthode

Construct a direct synapse between the two specified layers.
public DirectSynapse ( ILayer fromLayer, ILayer toLayer ) : System
fromLayer ILayer The starting layer.
toLayer ILayer The ending layer.
Résultat System