Uses of Class
org.apache.sysds.runtime.compress.readers.ReaderColumnSelection
Packages that use ReaderColumnSelection
-
Uses of ReaderColumnSelection in org.apache.sysds.runtime.compress.readers
Subclasses of ReaderColumnSelection in org.apache.sysds.runtime.compress.readersModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassUsed 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.classclassUsed 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 ReaderColumnSelectionModifier and TypeMethodDescriptionstatic ReaderColumnSelectionReaderColumnSelection.createDeltaReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed) Create a reader of the matrix block that computes delta values (current row - previous row) on-the-fly.static ReaderColumnSelectionReaderColumnSelection.createDeltaReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed, int rl, int ru) Create a reader of the matrix block that computes delta values (current row - previous row) on-the-fly.static ReaderColumnSelectionReaderColumnSelection.createQuantizedReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed, double[] scaleFactors) Create a reader of the matrix block that directly reads quantized values using scale factors.static ReaderColumnSelectionReaderColumnSelection.createQuantizedReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed, int rl, int ru, double[] scaleFactors) Create a reader of the matrix block that directly reads quantized values using scale factors.static ReaderColumnSelectionReaderColumnSelection.createReader(MatrixBlock rawBlock, IColIndex colIndices, boolean transposed) Create a 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 a reader of the matrix block that is able to iterate though all the rows and return as dense double arrays.