Uses of Enum Class
org.apache.sysds.runtime.controlprogram.parfor.opt.CostEstimator.TestMeasure
Packages that use CostEstimator.TestMeasure
-
Uses of CostEstimator.TestMeasure in org.apache.sysds.runtime.controlprogram.parfor.opt
Methods in org.apache.sysds.runtime.controlprogram.parfor.opt that return CostEstimator.TestMeasureModifier and TypeMethodDescriptionstatic CostEstimator.TestMeasureReturns the enum constant of this class with the specified name.static CostEstimator.TestMeasure[]CostEstimator.TestMeasure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.controlprogram.parfor.opt with parameters of type CostEstimator.TestMeasureModifier and TypeMethodDescriptiondoubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node) Main estimation method.doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node, boolean inclCondPart) doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node, boolean inclCondPart, Collection<String> vars, CostEstimator.ExcludeType extype) doubleCostEstimator.getEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) Main estimation method.abstract doubleCostEstimator.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node) Main leaf node estimation method - to be overwritten by specific cost estimatorsabstract doubleCostEstimator.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) Main leaf node estimation method - to be overwritten by specific cost estimatorsdoubleCostEstimatorHops.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node) doubleCostEstimatorHops.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et) doubleCostEstimatorRuntime.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node) doubleCostEstimatorRuntime.getLeafNodeEstimate(CostEstimator.TestMeasure measure, OptNode node, Types.ExecType et)