org.pentaho.aggdes.algorithm package.See: Description
| Interface | Description |
|---|---|
| Lattice |
Data structure which contains the set of all possible aggregates,
arranged so that you can navigate from any aggregate to its parents
(aggregates having precisely one more attribute) and to its children
(aggregates having precisely one fewer attribute).
|
| Class | Description |
|---|---|
| AdaptiveMonteCarloAlgorithm |
Implementation of
Algorithm
that runs the Monte Carlo method repeatedly,
tuning the cost limit each time to yield an effective cost limit. |
| AggregateImpl |
Implementation of
Aggregate. |
| AlgorithmImpl |
Implementation of the
Algorithm
that uses an exhaustive
algorithm. |
| Cost |
Represents the cost of materializing an
Aggregate. |
| ExhaustiveLatticeAlgorithm | |
| LatticeImpl |
Abstract implementation of the Lattice data structure.
|
| MonteCarloAlgorithm | |
| MonteCarloLatticeImpl |
Implementation of the
Lattice data structure for use by
the MonteCarloAlgorithm. |
| ResultImpl |
Implementation of
Result. |
org.pentaho.aggdes.algorithm package.Copyright © 2006–2016 Julian Hyde. All rights reserved.