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