Documentation For Encog 2.x

ILayer.IsConnectedTo Method

Determine if this layer is connected to another.

bool IsConnectedTo(
   ILayer layer
);

Parameters

layer
The second layer, checked to see if it is connected to this layer.

Return Value

True if the two layers are connected.

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace