C# Class Encog.Neural.Pattern.CPNPattern

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

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Not used, will throw an error. CPN networks already have a predefined hidden layer called the instar layer.

Clear ( ) : void

Clear any parameters that were set.

Generate ( ) : IMLMethod

Generate the network.

Method Details

AddHiddenLayer() public method

Not used, will throw an error. CPN networks already have a predefined hidden layer called the instar layer.
public AddHiddenLayer ( int count ) : void
count int NOT USED
return void

Clear() public method

Clear any parameters that were set.
public Clear ( ) : void
return void

Generate() public method

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