Documentation For Encog 2.x

BasicNetwork.IsInput Method

Determine if this layer is the input layer.

public bool IsInput(
   ILayer layer
);

Parameters

layer
The layer to evaluate.

Return Value

True if this layer is the input layer.

Implements

INetwork.IsInput

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace