C# Class Encog.Neural.Pattern.SOMPattern

Inheritance: INeuralNetworkPattern
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.

Clear ( ) : void

Clear out any hidden neurons.

Generate ( ) : IMLMethod

Generate the RSOM network.

Method Details

AddHiddenLayer() public method

Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.
public AddHiddenLayer ( int count ) : void
count int
return void

Clear() public method

Clear out any hidden neurons.
public Clear ( ) : void
return void

Generate() public method

Generate the RSOM network.
public Generate ( ) : IMLMethod
return IMLMethod