Documentation For Encog 2.x

INetwork.Equals(BasicNetwork, Int32) Method

Determine if this neural network is equal to another. Equal neural networks have the same weight matrix and threshold values, within a specified precision.

bool Equals(
   BasicNetwork other,
   int precision
);

Parameters

other
The other neural network.
precision
The number of decimal places to compare to.

Return Value

True if the two neural networks are equal.

See Also

INetwork Interface | Encog.Neural.Networks Namespace | INetwork.Equals Overload List