Documentation For Encog 2.x

MatrixMath.CreateInputMatrix Method

Create an input matrix for a neural network.

public static Matrix CreateInputMatrix(
   INeuralData pattern
);

Parameters

pattern
The pattern to create the matrix for.

Return Value

The newly created matrix.

See Also

MatrixMath Class | Encog.Matrix Namespace