Uses of Interface
org.pentaho.aggdes.algorithm.impl.Lattice
Packages that use Lattice
Package
Description
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm
package.-
Uses of Lattice in org.pentaho.aggdes.algorithm.impl
Classes in org.pentaho.aggdes.algorithm.impl that implement LatticeModifier and TypeClassDescriptionclass
Abstract implementation of the Lattice data structure.class
Implementation of theLattice
data structure for use by theMonteCarloAlgorithm
.Methods in org.pentaho.aggdes.algorithm.impl that return LatticeModifier and TypeMethodDescriptionLattice.copy()
Returns a copy of this lattice.MonteCarloLatticeImpl.copy()
Methods in org.pentaho.aggdes.algorithm.impl with parameters of type LatticeModifier and TypeMethodDescriptionstatic List
<Algorithm.CostBenefit> LatticeImpl.computeAggregateCosts
(Lattice lattice, List<AggregateImpl> aggregateList) protected ResultImpl
AlgorithmImpl.runAlgorithm
(Lattice lattice, double costLimit, double minCostBenefitRatio, int aggregateLimit)