Documentation For Encog 2.x

BasicLayer Methods

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

Public Instance Methods

AddNextOverloaded. Add a layer as the next layer. The layer will be added with a weighted synapse.
AddSynapse Add a synapse to the list of outbound synapses. Usually you should simply call the addLayer method to add to the outbound list.
Clone Clone this object.
Compute 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) 
GetType (inherited from Object) 
IsConnectedTo Determine if this layer is connected to another layer.
IsSelfConnected Determine if this layer is self-connected.
Process Process the input pattern. For the basic layer, nothing is done. This is how the context layer gets a chance to record the input. Other similar functions, where access is needed to the input.
Recur Get the output from this layer when called in a recurrent manor. For the BaiscLayer, this is not implemented.
ToString Convert this object to a string.

Protected Instance Methods

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

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace