|
IdxReaderReadMatrix Method
|
Reads the next sample as a matrix.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public Array ReadMatrix()
Public Function ReadMatrix As Array
Request Example
View SourceReturn Value
Type:
ArrayA multidimensional array containing the sample.
See Also