DataTableMatrixProxyBaseGetMatrixAndColumnNumbers Method |
Gets the X matrix and the corresponding column numbers.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (Matrix<double> matrixXRaw, double[] , int[] ) GetMatrixAndColumnNumbers(
bool transposeMatrix
)
Parameters
- transposeMatrix Boolean
- If set to true, the matrix is transposed, i.e. the columns of the DataTable become rows of the returned matrix.
Return Value
ValueTupleMatrixDouble,
Double,
Int32A tuple containing the X matrix and the column numbers.
See Also