Documentation For Encog 2.x

Matrix.GetRow Method

Get the specified row as a row matrix.

public Matrix GetRow(
   int row
);

Parameters

row
The desired row.

Return Value

A row matrix.

See Also

Matrix Class | Encog.Matrix Namespace