Documentation For Encog 2.x

Matrix.equals Method

Compare the matrix to another with the specified level of precision.

public bool equals(
   Matrix matrix,
   int precision
);

Parameters

matrix
The other matrix to compare.
precision
The number of decimal places of precision to use.

Return Value

True if the two matrixes are equal.

See Also

Matrix Class | Encog.Matrix Namespace