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 classReaderColumnSelectionDenseMultiBlockclassReaderColumnSelectionDenseMultiBlockTransposedclassReaderColumnSelectionDenseSingleBlockclassReaderColumnSelectionDenseSingleBlockTransposedclassReaderColumnSelectionSparseUsed 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)static ReaderColumnSelectionReaderColumnSelection. createReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed, int rl, int ru)
-