Package org.apache.sysds.runtime.iogen
Class ReaderMapping
java.lang.Object
org.apache.sysds.runtime.iogen.ReaderMapping
-
Constructor Summary
ConstructorsConstructorDescriptionReaderMapping(int nlines, int nrows, int ncols, RawIndex[] sampleRawIndexes, MatrixBlock matrix) ReaderMapping(String raw, FrameBlock frame) ReaderMapping(String raw, MatrixBlock matrix) -
Method Summary
Modifier and TypeMethodDescriptionbooleancompareCellValue(int r, int c, String value) intint[][]int[][]int[][]intgetNcols()intintgetNrows()RawIndex[]
-
Constructor Details
-
Method Details
-
getMapRow
public int[][] getMapRow() -
getMapCol
public int[][] getMapCol() -
getMapLen
public int[][] getMapLen() -
getSampleRawIndexes
-
getNrows
public int getNrows() -
getNcols
public int getNcols() -
getNlines
public int getNlines() -
getMappingProperties
-
getActualValueCount
public int getActualValueCount() -
compareCellValue
-