Uses of Class
org.apache.sysds.hops.cost.FederatedCost
-
Packages that use FederatedCost Package Description org.apache.sysds.hops org.apache.sysds.hops.cost -
-
Uses of FederatedCost in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return FederatedCost Modifier and Type Method Description FederatedCost
Hop. getFederatedCost()
Methods in org.apache.sysds.hops with parameters of type FederatedCost Modifier and Type Method Description void
Hop. setFederatedCost(FederatedCost cost)
-
Uses of FederatedCost in org.apache.sysds.hops.cost
Methods in org.apache.sysds.hops.cost that return FederatedCost Modifier and Type Method Description static FederatedCost
FederatedCostEstimator. costEstimate(HopRel root, MemoTable hopRelMemo)
Return cost estimate in bytes of Hop DAG starting from given root HopRel.FederatedCost
FederatedCostEstimator. costEstimate(Hop root)
Return cost estimate in bytes of Hop DAG starting from given root.FederatedCost
FederatedCostEstimator. costEstimate(DMLProgram dmlProgram)
Estimate cost of given DML program in bytes.FederatedCost
HopRel. getCostObject()
Get cost objectMethods in org.apache.sysds.hops.cost with parameters of type FederatedCost Modifier and Type Method Description void
FederatedCost. addInputTotalCost(FederatedCost federatedCost)
Add total of federatedCost to stored inputTotalCost.
-