Class MatrixGenerateReader
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.MatrixReader
 - 
- org.apache.sysds.runtime.iogen.template.MatrixGenerateReader
 
 
 
- 
public abstract class MatrixGenerateReader extends MatrixReader
 
- 
- 
Constructor Summary
Constructors Constructor Description MatrixGenerateReader(CustomProperties _props) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlockreadMatrixFromHDFS(String fname, long rlen, long clen, int blen, long estnnz)MatrixBlockreadMatrixFromInputStream(InputStream is, long rlen, long clen, int blen, long estnnz) 
 - 
 
- 
- 
Constructor Detail
- 
MatrixGenerateReader
public MatrixGenerateReader(CustomProperties _props)
 
 - 
 
- 
Method Detail
- 
readMatrixFromHDFS
public MatrixBlock readMatrixFromHDFS(String fname, long rlen, long clen, int blen, long estnnz) throws IOException, DMLRuntimeException
- Specified by:
 readMatrixFromHDFSin classMatrixReader- Throws:
 IOExceptionDMLRuntimeException
 
- 
readMatrixFromInputStream
public MatrixBlock readMatrixFromInputStream(InputStream is, long rlen, long clen, int blen, long estnnz) throws IOException, DMLRuntimeException
- Specified by:
 readMatrixFromInputStreamin classMatrixReader- Throws:
 IOExceptionDMLRuntimeException
 
 - 
 
 -