Package org.apache.sysds.runtime.iogen
Class GenerateReader.GenerateReaderMatrix
- java.lang.Object
- 
- org.apache.sysds.runtime.iogen.GenerateReader
- 
- org.apache.sysds.runtime.iogen.GenerateReader.GenerateReaderMatrix
 
 
- 
- Enclosing class:
- GenerateReader
 
 public static class GenerateReader.GenerateReaderMatrix extends GenerateReader 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.iogen.GenerateReaderGenerateReader.GenerateReaderFrame, GenerateReader.GenerateReaderMatrix
 
- 
 - 
Constructor SummaryConstructors Constructor Description GenerateReaderMatrix(String sampleRaw, MatrixBlock sampleMatrix)GenerateReaderMatrix(SampleProperties sampleProperties)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixReadergetReader()
 
- 
- 
- 
Constructor Detail- 
GenerateReaderMatrixpublic GenerateReaderMatrix(SampleProperties sampleProperties) throws Exception - Throws:
- Exception
 
 - 
GenerateReaderMatrixpublic GenerateReaderMatrix(String sampleRaw, MatrixBlock sampleMatrix) throws Exception - Throws:
- Exception
 
 
- 
 - 
Method Detail- 
getReaderpublic MatrixReader getReader() throws Exception - Throws:
- Exception
 
 
- 
 
-