Documentation For Encog 2.x

INetwork.CompareLayer Method

Used to compare one neural network to another, compare two layers.

bool CompareLayer(
   ILayer layerThis,
   ILayer layerOther,
   int precision
);

Parameters

layerThis
The layer being compared.
layerOther
The other layer.
precision
The precision to use, how many decimal places.

Return Value

Returns true if the two layers are the same.

See Also

INetwork Interface | Encog.Neural.Networks Namespace