Uses of Class
nl.liacs.subdisc.SearchParameters

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

Uses of SearchParameters in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return SearchParameters
 SearchParameters FileHandler.getSearchParameters()
          If this FileHandler successfully loaded the SearchParameters from a File, use this method to retrieve them.
 SearchParameters SubgroupDiscovery.getSearchParameters()
           
 SearchParameters FileLoaderXML.getSearchParameters()
           
 

Constructors in nl.liacs.subdisc with parameters of type SearchParameters
CandidateQueue(SearchParameters theSearchParameters, Candidate theRootCandidate)
           
MiningAlgorithm(SearchParameters theSearchParameters)
           
QualityMeasure(SearchParameters theSearchParameters, DAG theDAG, int theNrRecords)
           
RefinementList(Subgroup theSubgroup, Table theTable, SearchParameters theSearchParameters)
           
SubgroupDiscovery(SearchParameters theSearchParameters, Table theTable)
           
SubgroupDiscovery(SearchParameters theSearchParameters, Table theTable, boolean isRegression)
           
SubgroupDiscovery(SearchParameters theSearchParameters, Table theTable, float theAverage)
           
SubgroupDiscovery(SearchParameters theSearchParameters, Table theTable, int theNrPositive)
           
Validation(SearchParameters theSearchParameters, Table theTable, QualityMeasure theQualityMeasure)
           
XMLAutoRun(SearchParameters theSearchParameters, Table theTable, XMLAutoRun.AutoRun theFileOption)
           
 

Uses of SearchParameters in nl.liacs.subdisc.gui
 

Methods in nl.liacs.subdisc.gui with parameters of type SearchParameters
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 SearchParameters
MiningWindow(Table theTable, SearchParameters theSearchParameters)
           
MultiTargetsWindow(javax.swing.JList theJList, SearchParameters theSearchParameters)
           
ROCCurve(SubgroupSet theSubgroupSet, SearchParameters theSearchParameters)
           
ROCCurveWindow(SubgroupSet theSubgroupSet, SearchParameters theSearchParameters)