Class CostEstimatorHops

java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator
org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimatorHops

public class CostEstimatorHops extends CostEstimator
  • Field Details

  • Constructor Details

  • Method Details

    • getLeafNodeEstimate

      public double getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node)
      Description copied from class: CostEstimator
      Main leaf node estimation method - to be overwritten by specific cost estimators
      Specified by:
      getLeafNodeEstimate in class CostEstimator
      Parameters:
      measure - ?
      node - internal representation of a plan alternative for program blocks and instructions
      Returns:
      estimate?
    • getLeafNodeEstimate

      public double getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et)
      Description copied from class: CostEstimator
      Main leaf node estimation method - to be overwritten by specific cost estimators
      Specified by:
      getLeafNodeEstimate in class CostEstimator
      Parameters:
      measure - ?
      node - internal representation of a plan alternative for program blocks and instructions
      et - forced execution type for leaf node
      Returns:
      estimate?