Class CombinationIterator

java.lang.Object
edu.cmu.tetrad.util.CombinationIterator
All Implemented Interfaces:
Iterator

public class CombinationIterator extends Object implements Iterator
Iterates through all the posible combinations for a set of variables (each with a different number of possible values). For example, if the number of values for each variable is two, this would iterate through a truth table. Not to be confused with a combinatorial (taking n values from m possible values).
Version:
$Id: $Id
Author:
Juan Casares