Documentation For Encog 2.x

INetwork.Equals Method

Compare the two neural networks. For them to be equal they must be of the same structure, and have the same matrix values.

Overload List

Compare the two neural networks. For them to be equal they must be of the same structure, and have the same matrix values.

bool Equals(BasicNetwork)

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,int)

See Also

INetwork Interface | Encog.Neural.Networks Namespace