Package org.apache.sysds.hops.estim
Class EstimatorDensityMap.DensityMap
java.lang.Object
org.apache.sysds.hops.estim.EstimatorDensityMap.DensityMap
- Enclosing class:
- EstimatorDensityMap
-
Constructor Summary
ConstructorsConstructorDescriptionDensityMap(MatrixBlock in, int b) DensityMap(MatrixBlock map, int rlenOrig, int clenOrig, int b, boolean scaled) -
Method Summary
Modifier and TypeMethodDescriptiondoubleget(int r, int c) intgetColBlockize(int c) getMap()longintintintintintgetRowBlockize(int r) voidtoNnz()void
-
Constructor Details
-
DensityMap
-
DensityMap
-
-
Method Details
-
getMap
-
getNumRows
public int getNumRows() -
getNumColumns
public int getNumColumns() -
getNumRowsOrig
public int getNumRowsOrig() -
getNumColumnsOrig
public int getNumColumnsOrig() -
getNonZeros
public long getNonZeros() -
getRowBlockize
public int getRowBlockize(int r) -
getColBlockize
public int getColBlockize(int c) -
get
public double get(int r, int c) -
toSparsity
public void toSparsity() -
toNnz
public void toNnz()
-