Documentation For Encog 2.x

INetwork.IsOutput Method

Determine if this layer is the output layer.

bool IsOutput(
   ILayer layer
);

Parameters

layer
The layer to evaluate.

Return Value

True if this layer is the output layer.

See Also

INetwork Interface | Encog.Neural.Networks Namespace