| 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.model |
| Modifier and Type | Method and Description |
|---|---|
List<Algorithm.CostBenefit> |
Algorithm.computeAggregateCosts(Schema schema,
Map<Parameter,Object> parameterValues,
List<Aggregate> aggregateList)
Computes cost/benefit metrics for a list of Aggregates.
|
Aggregate |
Algorithm.createAggregate(Schema schema,
List<Attribute> attributeList)
Creates an Aggregate.
|
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 | Field and Description |
|---|---|
protected Schema |
LatticeImpl.schema |
protected Schema |
AlgorithmImpl.schema |
| Modifier and Type | Method and Description |
|---|---|
List<Algorithm.CostBenefit> |
MonteCarloAlgorithm.computeAggregateCosts(Schema schema,
Map<Parameter,Object> parameterValues,
List<Aggregate> aggregateList) |
List<Algorithm.CostBenefit> |
AdaptiveMonteCarloAlgorithm.computeAggregateCosts(Schema schema,
Map<Parameter,Object> parameterValues,
List<Aggregate> aggregateList) |
List<Algorithm.CostBenefit> |
ExhaustiveLatticeAlgorithm.computeAggregateCosts(Schema schema,
Map<Parameter,Object> parameterValues,
List<Aggregate> aggregateList) |
Aggregate |
AlgorithmImpl.createAggregate(Schema schema,
List<Attribute> attributeList) |
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) |
| Constructor and Description |
|---|
AggregateImpl(Schema schema,
BitSetPlus bits) |
LatticeImpl(Schema schema)
Creates a lattice.
|
MonteCarloLatticeImpl(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaLoader.createSchema(Map<Parameter,Object> parameterValues)
Creates a Schema.
|
Copyright © 2006–2016 Julian Hyde. All rights reserved.