Uses of Class
nl.liacs.subdisc.ConditionList

Packages that use ConditionList
nl.liacs.subdisc   
 

Uses of ConditionList in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return ConditionList
 ConditionList ConditionList.copy()
           
 ConditionList Subgroup.getConditions()
           
 ConditionList Validation.getRandomConditionList(int theDepth, java.util.Random theRandom)
           
 

Methods in nl.liacs.subdisc with parameters of type ConditionList
 java.util.BitSet Table.evaluate(ConditionList theList)
           
 

Constructors in nl.liacs.subdisc with parameters of type ConditionList
Subgroup(ConditionList theConditions, java.util.BitSet theMembers, int theDepth)
          Creates a Subgroup, but for the Bayesian setting.