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