Method | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Not supported, will throw an exception, Boltzmann networks have no hidden layers.
|
|
Clear ( ) : void |
Clear any properties set on this network.
|
|
Generate ( ) : BasicNetwork |
Generate the network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | Not used. |
return | void |