Documentation For Encog 2.x

Matrix Constructor

Construct a matrix from a 2D boolean array. Translate true to 1, false to -1.

Overload List

Construct a matrix from a 2D boolean array. Translate true to 1, false to -1.

public Matrix(bool[,])

Construct a matrix from a 2D double array.

public Matrix(double[,])

Construct a blank matrix with the specified number of rows and columns.

public Matrix(int,int)

See Also

Matrix Class | Encog.Matrix Namespace