Uses of Class
nl.liacs.subdisc.SubgroupSet

Packages that use SubgroupSet
nl.liacs.subdisc   
nl.liacs.subdisc.gui   
 

Uses of SubgroupSet in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return SubgroupSet
 SubgroupSet Subgroup.getParentSet()
          TODO Even for the SubgroupSet.getROCList code this is NOT enough.
 SubgroupSet SubgroupDiscovery.getResult()
           
 SubgroupSet SubgroupSet.postProcess(SearchStrategy theSearchStrategy)
           
 

Methods in nl.liacs.subdisc with parameters of type SubgroupSet
 int SubgroupSet.computeCoverCount(SubgroupSet theSet, int theRow)
          Computes the cover count of a particular example: the number of times this example is a member of a subgroup See van Leeuwen & Knobbe, ECML PKDD 2011
 double Validation.computeEmpiricalPValue(double[] theQualities, SubgroupSet theSubgroupSet)
           
 double SubgroupSet.computeMultiplicativeWeight(SubgroupSet theSet, Subgroup theSubgroup)
          Computes the multiplicative weight of a subgroup \n See van Leeuwen & Knobbe, ECML PKDD 2011.
 double Validation.performRegressionTest(double[] theQualities, int theK, SubgroupSet theSubgroupSet)
           
 double[] Validation.performRegressionTest(double[] theQualities, SubgroupSet theSubgroupSet)
           
static void XMLAutoRun.save(SubgroupSet theSubgroupSet, java.lang.String theFileName)
           
 

Constructors in nl.liacs.subdisc with parameters of type SubgroupSet
ROCList(SubgroupSet theSubgroupSet)
           
Subgroup(double theMeasureValue, int theCoverage, int theDepth, SubgroupSet theSubgroupSet)
          Creates a Subgroup.
SubgroupSet(SubgroupSet theOriginal)
          Creates a SubgroupSet just like the argument, except empty.
 

Uses of SubgroupSet in nl.liacs.subdisc.gui
 

Constructors in nl.liacs.subdisc.gui with parameters of type SubgroupSet
ResultTableModel(SubgroupSet theSubgroupSet)
           
ROCCurve(SubgroupSet theSubgroupSet, SearchParameters theSearchParameters)
           
ROCCurveWindow(SubgroupSet theSubgroupSet, SearchParameters theSearchParameters)