Uses of Class
org.apache.sysds.resource.cost.CostEstimationException
-
Packages that use CostEstimationException Package Description org.apache.sysds.resource.cost -
-
Uses of CostEstimationException in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost that throw CostEstimationException Modifier and Type Method Description static double
CostEstimator. estimateExecutionTime(Program program)
Entry point for estimating the execution time of a program.double
CostEstimator. getTimeEstimate(Program rtprog)
-