Documentation For Encog 2.x

NeuralStructure.NameLayer Method

Get all of the names for a layer.

public ICollection<string> NameLayer(
   ILayer layer
);

Parameters

layer
The layer to name.

Return Value

A collection of the layer's names.

See Also

NeuralStructure Class | Encog.Neural.Networks Namespace