Uses of Class
nl.liacs.subdisc.Subgroup

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

Uses of Subgroup in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return Subgroup
 Subgroup Subgroup.copy()
           
 Subgroup SubgroupSet.getBestSubgroup()
           
 Subgroup Table.getRandomSubgroup(int theSize)
           
 Subgroup Refinement.getRefinedSubgroup(java.lang.String theValue)
           
 Subgroup Refinement.getSubgroup()
           
 Subgroup Candidate.getSubgroup()
           
 

Methods in nl.liacs.subdisc with parameters of type Subgroup
 boolean SubgroupSet.add(Subgroup theSubgroup)
          Tries to add the Subgroup passed in as parameter to this SubgroupSet.
 float QualityMeasure.calculate(Subgroup theSubgroup)
           
 double RegressionMeasure.calculate(Subgroup theNewSubgroup)
           
 int Subgroup.compareTo(Subgroup theSubgroup)
           
 double SubgroupSet.computeMultiplicativeWeight(SubgroupSet theSet, Subgroup theSubgroup)
          Computes the multiplicative weight of a subgroup \n See van Leeuwen & Knobbe, ECML PKDD 2011.
 

Constructors in nl.liacs.subdisc with parameters of type Subgroup
Candidate(Subgroup theSubgroup)
           
Refinement(Condition aCondition, Subgroup aSubgroup)
           
RefinementList(Subgroup theSubgroup, Table theTable, SearchParameters theSearchParameters)
           
SubgroupROCPoint(Subgroup theSubgroup)
          Creates a SubgroupROCPoint for the Subgroup passed in as parameter.
 

Uses of Subgroup in nl.liacs.subdisc.gui
 

Constructors in nl.liacs.subdisc.gui with parameters of type Subgroup
BrowseJTable(Table theTable, Subgroup theSubgroup)
           
BrowseWindow(Table theTable, Subgroup theSubgroup)
           
ModelWindow(Column theXColumn, Column theYColumn, RegressionMeasure theRM, Subgroup theSubgroup)