Class MatrixReader

java.lang.Object
org.apache.sysds.runtime.io.MatrixReader
Direct Known Subclasses:
MatrixGenerateReader, MatrixGenerateReaderParallel, ReaderBinaryBlock, ReaderCOG, ReaderCOGParallel, ReaderCompressed, ReaderDelta, ReaderHDF5, ReaderTextCell, ReaderTextCSV, ReaderTextCSVParallel, ReaderTextLIBSVM, ReaderTextLIBSVMParallel

public abstract class MatrixReader extends Object
Base class for all format-specific matrix readers. Every reader is required to implement the basic read functionality but might provide additional custom functionality. Any non-default parameters (e.g., CSV read properties) should be passed into custom constructors. There is also a factory for creating format-specific readers.