Documentation For Encog 2.x

SOMPattern Methods

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

Public Instance Methods

AddHiddenLayer Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.
Clear Does nothing, no optinal hidden layers to clear, only the ONE predefined hidden layer.
Equals (inherited from Object) 
Generate Generate the RSOM network.
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

SOMPattern Class | Encog.Neural.Networks.Pattern Namespace