Documentation For Encog 2.x

BasicLayer.IsConnectedTo Method

Determine if this layer is connected to another layer.

public bool IsConnectedTo(
   ILayer layer
);

Parameters

layer
A layer to check and see if this layer is connected to.

Return Value

True if the two layers are connected.

Implements

ILayer.IsConnectedTo

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace