Class MonteCarloAlgorithm

java.lang.Object
org.pentaho.aggdes.algorithm.impl.AlgorithmImpl
org.pentaho.aggdes.algorithm.impl.MonteCarloAlgorithm
All Implemented Interfaces:
Algorithm, Component

public class MonteCarloAlgorithm extends AlgorithmImpl
Implementation of Algorithm that measures the effectiveness of a set of Aggregate objects by generating a set of representative sample queries.

Using a random set of queries is much cheaper than generating the whole set, as done by ExhaustiveLatticeAlgorithm, but is not much less accurate.