Method | Description | |
---|---|---|
CalculateSize ( ) : int |
Calculate the size that an array should be to hold all of the weights and bias values.
|
|
EnforceLimit ( ) : void |
Enforce that all connections are above the connection limit. Any connections below this limit will be severed.
|
|
FinalizeLimit ( ) : void |
Parse/finalize the limit value for connections.
|
|
FinalizeStructure ( ) : void |
Build the synapse and layer structure. This method should be called after you are done adding layers to a network, or change the network's logic property.
|
|
NeuralStructure ( BasicNetwork network ) : System |
Construct a structure object for the specified network.
|
|
RequireFlat ( ) : void |
Throw an error if there is no flat network.
|
|
UpdateProperties ( ) : void |
Update any properties from the property map.
|
public NeuralStructure ( BasicNetwork network ) : System | ||
network | BasicNetwork | |
return | System |