Uses of Class
org.apache.sysds.runtime.compress.cost.ComputationCostEstimator
Packages that use ComputationCostEstimator
-
Uses of ComputationCostEstimator in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type ComputationCostEstimatorModifier and TypeMethodDescriptionabstract doubleAColGroup.getCost(ComputationCostEstimator e, int nRows) Get the computation cost associated with this column group.doubleColGroupConst.getCost(ComputationCostEstimator e, int nRows) doubleColGroupDDC.getCost(ComputationCostEstimator e, int nRows) doubleColGroupDDCFOR.getCost(ComputationCostEstimator e, int nRows) doubleColGroupDDCLZW.getCost(ComputationCostEstimator e, int nRows) doubleColGroupEmpty.getCost(ComputationCostEstimator e, int nRows) doubleColGroupLinearFunctional.getCost(ComputationCostEstimator e, int nRows) doubleColGroupOLE.getCost(ComputationCostEstimator e, int nRows) doubleColGroupRLE.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) doubleColGroupUncompressedArray.getCost(ComputationCostEstimator e, int nRows)