| 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. |
| org.pentaho.aggdes.algorithm.util |
| 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 | Method and Description |
|---|---|
protected void |
AlgorithmImpl.onStart(Map<Parameter,Object> parameterValues,
Progress progress)
Called by the
Algorithm.run(org.pentaho.aggdes.model.Schema, java.util.Map<org.pentaho.aggdes.model.Parameter, java.lang.Object>, org.pentaho.aggdes.algorithm.Progress) method, resets the 'canceled' flag and
sets the start time for timeout purposes. |
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) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ArgumentUtils.TextProgress
Implementation of
Progress that prints to a print writer. |
Copyright © 2006–2016 Julian Hyde. All rights reserved.