Class VarStats

java.lang.Object
org.apache.sysds.resource.cost.VarStats

public class VarStats extends Object
  • Constructor Details

  • 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

      public RDDStats getRddStats()
      Meant to be used at testing
      Returns:
      corresponding RDD statistics
    • setRddStats

      public void setRddStats(RDDStats rddStats)
      Meant to be used at testing
      Parameters:
      rddStats - corresponding RDD statistics