Documentation For Encog 2.x

NetworkCODEC.Equals(BasicNetwork, BasicNetwork, Int32) Method

Check to see if the two networks have the same thresholds and weights.

public static bool Equals(
   BasicNetwork network1,
   BasicNetwork network2,
   int precision
);

Parameters

network1
The first network.
network2
The second network.
precision
The precision.

Return Value

True if the networks are the same within the specified precision.

See Also

NetworkCODEC Class | Encog.Neural.Networks Namespace | NetworkCODEC.Equals Overload List