Documentation For Encog 2.x

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

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

public bool Equals(BasicNetwork,int)

Inherited from Object.

public virtual bool Equals(object)

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace