Documentation For Encog 2.x

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

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

Implements

INetwork.Equals

See Also

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