Documentation For Encog 2.x
BasicNetwork.GetLayer Method
Get a layer using a tag name.
public
ILayer
GetLayer(
string
tag
);
Parameters
tag
The tag name.
Return Value
The layer.
See Also
BasicNetwork Class
|
Encog.Neural.Networks Namespace