Uses of Class
org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
- 
Packages that use ComputationCostEstimator Package Description org.apache.sysds.runtime.compress.colgroup 
- 
- 
Uses of ComputationCostEstimator in org.apache.sysds.runtime.compress.colgroupMethods in org.apache.sysds.runtime.compress.colgroup with parameters of type ComputationCostEstimator Modifier and Type Method Description abstract doubleAColGroup. getCost(ComputationCostEstimator e, int nRows)Get the computation cost associated with this column group.doubleAColGroupOffset. getCost(ComputationCostEstimator e, int nRows)doubleColGroupConst. getCost(ComputationCostEstimator e, int nRows)doubleColGroupDDC. getCost(ComputationCostEstimator e, int nRows)doubleColGroupDDCFOR. getCost(ComputationCostEstimator e, int nRows)doubleColGroupEmpty. getCost(ComputationCostEstimator e, int nRows)doubleColGroupSDC. getCost(ComputationCostEstimator e, int nRows)doubleColGroupSDCFOR. getCost(ComputationCostEstimator e, int nRows)doubleColGroupSDCSingle. getCost(ComputationCostEstimator e, int nRows)doubleColGroupSDCSingleZeros. getCost(ComputationCostEstimator e, int nRows)doubleColGroupSDCZeros. getCost(ComputationCostEstimator e, int nRows)doubleColGroupUncompressed. getCost(ComputationCostEstimator e, int nRows)
 
-