Documentation For Encog 2.x

NetworkCODEC Methods

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

Public Static Methods

ArrayToNetwork Use an array to populate the memory of the neural network.
EqualsOverloaded. Check to see if the two networks have the same thresholds and weights.
NetworkToArray Convert to an array. This is used with some training algorithms that require that the "memory" of the neuron(the weight and threshold values) be expressed as a linear array.

Public Instance Methods

Equals (inherited from Object)Overloaded.  
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

NetworkCODEC Class | Encog.Neural.Networks Namespace