Interface | Description |
---|---|
RecordToNDArray |
A function convert from record to ndarrays
|
Class | Description |
---|---|
CSVRecordToINDArray |
Assumes csv format and converts a batch of records in to a
size() x record length matrix.
|
NDArrayRecordToNDArray |
Assumes all records in the given batch are
of type @link{NDArrayWritable}
It extracts the underlying arrays and returns a
concatenated array.
|