Package org.apache.sysds.resource.cost
Class VarStats
java.lang.Object
org.apache.sysds.resource.cost.VarStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCells()longlonggetM()longgetN()longgetNNZ()Meant to be used at testingdoublebooleanisScalar()booleanisSparse()voidsetAllocatedMemory(long memory) Meant to be used at testingvoidsetRddStats(RDDStats rddStats) Meant to be used at testing
-
Constructor Details
-
VarStats
-
-
Method Details
-
isScalar
public boolean isScalar() -
getM
public long getM() -
getN
public long getN() -
getNNZ
public long getNNZ() -
getSparsity
public double getSparsity() -
getCells
public long getCells() -
getCellsWithSparsity
public long getCellsWithSparsity() -
isSparse
public boolean isSparse() -
setAllocatedMemory
public void setAllocatedMemory(long memory) Meant to be used at testing- Parameters:
memory- size to allocate
-
getRddStats
Meant to be used at testing- Returns:
- corresponding RDD statistics
-
setRddStats
Meant to be used at testing- Parameters:
rddStats- corresponding RDD statistics
-