|
IdxReaderReadMatrixT Method
|
Reads the next sample as a matrix.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public T[,] ReadMatrix<T>()
Public Function ReadMatrix(Of T) As T(,)
Request Example
View SourceType Parameters
- T
- The data type to be used.
Return Value
Type:
TA multidimensional array containing the sample.
See Also