Uses of Class
org.apache.sysds.runtime.iogen.CustomProperties
-
Packages that use CustomProperties Package Description org.apache.sysds.runtime.iogen -
-
Uses of CustomProperties in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return CustomProperties Modifier and Type Method Description CustomProperties
ReaderMapping. getFileFormatPropertiesOfRRCIMapping()
CustomProperties
ReaderMapping. getFileFormatPropertiesOfRRCRMapping()
CustomProperties
ReaderMapping. getFormatProperties()
Constructors in org.apache.sysds.runtime.iogen with parameters of type CustomProperties Constructor Description FrameGenerateReader(CustomProperties _props)
FrameReaderRowIrregular(CustomProperties _props)
FrameReaderRowRegularColIrregular(CustomProperties _props)
FrameReaderRowRegularColRegular(CustomProperties _props)
MatrixGenerateReader(CustomProperties _props)
MatrixReaderRowIrregular(CustomProperties _props)
MatrixReaderRowRegularColIrregular(CustomProperties _props)
MatrixReaderRowRegularColRegular(CustomProperties _props)
-