public class ReaderTextLIBSVM extends MatrixReader
Constructor and Description |
---|
ReaderTextLIBSVM() |
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 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.