Package org.pentaho.aggdes.algorithm.impl
package org.pentaho.aggdes.algorithm.impl
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm
package.-
ClassDescriptionImplementation of
Algorithm
that runs theMonte Carlo method
repeatedly, tuning the cost limit each time to yield an effective cost limit.Implementation ofAggregate
.Implementation of theAlgorithm
that uses an exhaustive algorithm.Represents the cost of materializing anAggregate
.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).Abstract implementation of the Lattice data structure.Implementation of theLattice
data structure for use by theMonteCarloAlgorithm
.Implementation ofResult
.