Uses of Class
org.apache.sysds.runtime.compress.readers.ReaderColumnSelection
-
Packages that use ReaderColumnSelection Package Description org.apache.sysds.runtime.compress.readers -
-
Uses of ReaderColumnSelection in org.apache.sysds.runtime.compress.readers
Subclasses of ReaderColumnSelection in org.apache.sysds.runtime.compress.readers Modifier and Type Class Description classReaderColumnSelectionDenseMultiBlockclassReaderColumnSelectionDenseMultiBlockTransposedclassReaderColumnSelectionDenseSingleBlockclassReaderColumnSelectionDenseSingleBlockTransposedclassReaderColumnSelectionEmptyclassReaderColumnSelectionSparseUsed to extract the values at certain indexes from each row in a sparse matrix Keeps returning all-zeros arrays until reaching the last possible index.classReaderColumnSelectionSparseTransposedUsed to extract the values at certain indexes from each row in a sparse matrix Keeps returning all-zeros arrays until reaching the last possible index.Methods in org.apache.sysds.runtime.compress.readers that return ReaderColumnSelection Modifier and Type Method Description static ReaderColumnSelectionReaderColumnSelection. createReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed)Create an reader of the matrix block that is able to iterate though all the rows and return as dense double arrays.static ReaderColumnSelectionReaderColumnSelection. createReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed, int rl, int ru)Create an reader of the matrix block that is able to iterate though all the rows and return as dense double arrays.
-