Documentation For Encog 2.x

BasicNetwork.IsOutput Method

Determine if this layer is the output layer.

public bool IsOutput(
   ILayer layer
);

Parameters

layer
The layer to evaluate.

Return Value

True if this layer is the output layer.

Implements

INetwork.IsOutput

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace