C# Class Encog.Neural.Pattern.SOMPattern

Inheritance: INeuralNetworkPattern
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Clear() public méthode

Clear out any hidden neurons.
public Clear ( ) : void
Résultat void

Generate() public méthode

Generate the RSOM network.
public Generate ( ) : IMLMethod
Résultat IMLMethod