| 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 | Class and Description |
|---|---|
class |
LatticeImpl
Abstract implementation of the Lattice data structure.
|
class |
MonteCarloLatticeImpl
Implementation of the
Lattice data structure for use by
the MonteCarloAlgorithm. |
| Modifier and Type | Method and Description |
|---|---|
Lattice |
Lattice.copy()
Returns a copy of this lattice.
|
Lattice |
MonteCarloLatticeImpl.copy() |
| Modifier and Type | Method and Description |
|---|---|
static List<Algorithm.CostBenefit> |
LatticeImpl.computeAggregateCosts(Lattice lattice,
List<AggregateImpl> aggregateList) |
protected ResultImpl |
AlgorithmImpl.runAlgorithm(Lattice lattice,
double costLimit,
double minCostBenefitRatio,
int aggregateLimit) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.