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