public static class EstimatorDensityMap.DensityMap extends Object
Constructor and Description |
---|
DensityMap(MatrixBlock in,
int b) |
DensityMap(MatrixBlock map,
int rlenOrig,
int clenOrig,
int b,
boolean scaled) |
Modifier and Type | Method and Description |
---|---|
double |
get(int r,
int c) |
int |
getColBlockize(int c) |
MatrixBlock |
getMap() |
long |
getNonZeros() |
int |
getNumColumns() |
int |
getNumColumnsOrig() |
int |
getNumRows() |
int |
getNumRowsOrig() |
int |
getRowBlockize(int r) |
void |
toNnz() |
void |
toSparsity() |
public DensityMap(MatrixBlock in, int b)
public DensityMap(MatrixBlock map, int rlenOrig, int clenOrig, int b, boolean scaled)
public MatrixBlock getMap()
public int getNumRows()
public int getNumColumns()
public int getNumRowsOrig()
public int getNumColumnsOrig()
public long getNonZeros()
public int getRowBlockize(int r)
public int getColBlockize(int c)
public double get(int r, int c)
public void toSparsity()
public void toNnz()
Copyright © 2020 The Apache Software Foundation. All rights reserved.