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 TypeClassDescriptionclassAbstract implementation of the Lattice data structure.classImplementation of theLatticedata 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 ResultImplAlgorithmImpl.runAlgorithm(Lattice lattice, double costLimit, double minCostBenefitRatio, int aggregateLimit)