Add a layer to this layer. The "next" layer being added will receive input from this layer. You can also add a layer to itself, this will create a self-connected layer. This method will create a weighted synapse connection between this layer and the next.
Add a layer to this layer. The "next" layer being added will receive input from this layer. You can also add a layer to itself, this will create a self-connected layer. This method will create a weighted synapse connection between this layer and the next.
void AddNext(ILayer)
Add a layer to this layer. The "next" layer being added will receive input from this layer. You can also add a layer to itself, this will create a self-connected layer.
void AddNext(ILayer,SynapseType)