| Package | Description |
|---|---|
| org.pentaho.aggdes.algorithm.impl |
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package. |
| Modifier and Type | Method and Description |
|---|---|
AggregateImpl |
Lattice.chooseAggregate(double maxCost,
double minCostBenefitRatio,
Cost cost)
Chooses the next un-materialized aggregate with the highest
incremental benefit.
|
AggregateImpl |
MonteCarloLatticeImpl.chooseAggregate(double maxCost,
double minCostBenefitRatio,
Cost cost) |
void |
Cost.copyFrom(Cost other) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.