Uses of Class
nl.liacs.subdisc.SubgroupDiscovery

Packages that use SubgroupDiscovery
nl.liacs.subdisc.gui   
 

Uses of SubgroupDiscovery in nl.liacs.subdisc.gui
 

Methods in nl.liacs.subdisc.gui that return SubgroupDiscovery
static SubgroupDiscovery MiningWindow.runSubgroupDiscovery(Table theTable, int theFold, java.util.BitSet theBitSet, SearchParameters theSearchParameters, boolean showWindows, int theNrThreads)
           
 

Constructors in nl.liacs.subdisc.gui with parameters of type SubgroupDiscovery
ResultWindow(Table theTable, SubgroupDiscovery theSubgroupDiscovery, BinaryTable theBinaryTable, int theFold, java.util.BitSet theBitSet)