Compare the two neural networks. For them to be equal they must be of the same structure, and have the same matrix values.
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)