C# Class Encog.Neural.Networks.NeuralOutputHolder

Holds the output from each layer of the neural network. This is very useful for the propagation algorithms that need to examine the output of each individual layer.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
NeuralOutputHolder ( ) : System

Construct an empty holder.

Method Details

NeuralOutputHolder() public méthode

Construct an empty holder.
public NeuralOutputHolder ( ) : System
Résultat System