Uses of Class
org.pentaho.aggdes.algorithm.impl.Cost
Packages that use Cost
Package
Description
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm
package.-
Uses of Cost in org.pentaho.aggdes.algorithm.impl
Methods in org.pentaho.aggdes.algorithm.impl with parameters of type CostModifier and TypeMethodDescriptionLattice.chooseAggregate
(double maxCost, double minCostBenefitRatio, Cost cost) Chooses the next un-materialized aggregate with the highest incremental benefit.MonteCarloLatticeImpl.chooseAggregate
(double maxCost, double minCostBenefitRatio, Cost cost) void