|
IdxReaderReadToEndAsMatricesT Method
|
Reads all samples in the file, starting from the current position, as matrices.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public T[,][] ReadToEndAsMatrices<T>()
Public Function ReadToEndAsMatrices(Of T) As T(,)()
Request Example
View SourceType Parameters
- T
- The data type to be used.
Return Value
Type:
T
An array containing all samples from the current point until the end of the stream.
See Also