Documentation For Encog 2.x

ContextLayer Methods

The methods of the ContextLayer class are listed below. For a complete list of ContextLayer class members, see the ContextLayer Members topic.

Public Instance Methods

AddNext (inherited from BasicLayer)Overloaded. Add a layer as the next layer. The layer will be added with a weighted synapse.
AddSynapse (inherited from BasicLayer) Add a synapse to the list of outbound synapses. Usually you should simply call the addLayer method to add to the outbound list.
Clone (inherited from BasicLayer) Clone this object.
Compute (inherited from BasicLayer) Compute the outputs for this layer given the input pattern. The output is also stored in the fire instance variable.
CreatePersistor Create a persistor for this layer.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetObjectData (inherited from BasicLayer) 
GetType (inherited from Object) 
IsConnectedTo (inherited from BasicLayer) Determine if this layer is connected to another layer.
IsSelfConnected (inherited from BasicLayer) Determine if this layer is self-connected.
Process Called to process input from the previous layer. Simply store the output in the context.
Recur Called to get the output from this layer when called in a recurrent manor. Simply return the context that was kept from the last iteration.
ToString (inherited from BasicLayer) Convert this object to a string.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ContextLayer Class | Encog.Neural.Networks.Layers Namespace