Documentation For Encog 2.x

BasicNetwork.GetTags Method

Get a list of all of the tags on a specific layer.

public ICollection<string> GetTags(
   ILayer layer
);

Parameters

layer
The layer to check.

Return Value

A collection of the layer tags.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace