NDArrayFormatConversion extension

Extension for NDArray format conversion

on

Methods

exportTo(String path, DataFormat format, {CompressionCodec? compression, int compressionLevel = 6, List<int>? chunkShape}) Future<void>

Available on NDArray, provided by the NDArrayFormatConversion extension

Export to different formats
toBinary(String path) Future<void>

Available on NDArray, provided by the NDArrayFormatConversion extension

Convert to binary
toCSV(String path) Future<void>

Available on NDArray, provided by the NDArrayFormatConversion extension

Convert to CSV (2D only)
toJSON(String path) Future<void>

Available on NDArray, provided by the NDArrayFormatConversion extension

Convert to JSON