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.
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
NeuralOutputHolder ( ) : System

Construct an empty holder.

Method Details

NeuralOutputHolder() public method

Construct an empty holder.
public NeuralOutputHolder ( ) : System
return System