Matrix(Csv, Int32) Constructor |
Creates a matrix by importing all columns and rows from a CSV file.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic Matrix(
Csv csvFile,
int[] sourceIndexes
)
Parameters
- csvFile Csv
- The CSV file.
- sourceIndexes Int32
- Indexes from columns in the CSV to be read.
Exceptions| Exception | Condition |
|---|
| MatrixSizeException |
If the total number of items is not a multiple of the number of columns.
|
See Also