Documentation For Encog 2.x

BasicNetwork.CompareLayer Method

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

public 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.

Implements

INetwork.CompareLayer

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace