| Package | Description |
|---|---|
| org.pentaho.aggdes.algorithm |
Defines the interface of the Aggregate Designer algorithm and supporting classes.
|
| 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 |
|---|---|
Result |
Algorithm.run(Schema schema,
Map<Parameter,Object> parameterValues,
Progress progress)
Runs the optimization algorithm to produces a set of recommended
aggregate tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultImpl
Implementation of
Result. |
| Modifier and Type | Method and Description |
|---|---|
Result |
MonteCarloAlgorithm.run(Schema schema,
Map<Parameter,Object> parameterValues,
Progress progress) |
Result |
AdaptiveMonteCarloAlgorithm.run(Schema schema,
Map<Parameter,Object> parameterValues,
Progress progress) |
Result |
ExhaustiveLatticeAlgorithm.run(Schema schema,
Map<Parameter,Object> parameterValues,
Progress progress) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.