public class ReaderTextCSV extends MatrixReader
Constructor and Description |
---|
ReaderTextCSV(FileFormatPropertiesCSV props) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
readMatrixFromHDFS(String fname,
long rlen,
long clen,
int blen,
long estnnz) |
MatrixBlock |
readMatrixFromInputStream(InputStream is,
long rlen,
long clen,
int blen,
long estnnz) |
public ReaderTextCSV(FileFormatPropertiesCSV props)
public MatrixBlock readMatrixFromHDFS(String fname, long rlen, long clen, int blen, long estnnz) throws IOException, DMLRuntimeException
readMatrixFromHDFS
in class MatrixReader
IOException
DMLRuntimeException
public MatrixBlock readMatrixFromInputStream(InputStream is, long rlen, long clen, int blen, long estnnz) throws IOException, DMLRuntimeException
readMatrixFromInputStream
in class MatrixReader
IOException
DMLRuntimeException
Copyright © 2020 The Apache Software Foundation. All rights reserved.