Uses of Class
org.apache.sysds.runtime.io.ReadProperties
Packages that use ReadProperties
-
Uses of ReadProperties in org.apache.sysds.runtime.io
Methods in org.apache.sysds.runtime.io with parameters of type ReadPropertiesModifier and TypeMethodDescriptionstatic MatrixReaderMatrixReaderFactory.createMatrixReader(ReadProperties props) -
Uses of ReadProperties in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util with parameters of type ReadPropertiesModifier and TypeMethodDescriptionstatic MatrixBlockDataConverter.readMatrixFromHDFS(ReadProperties prop) Core method for reading matrices in format textcell, matrixmarket, binarycell, or binaryblock from HDFS into main memory.