Uses of Class
nl.liacs.subdisc.Table

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

Uses of Table in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return Table
 Table FileLoaderARFF.getTable()
           
 Table FileHandler.getTable()
          If this FileHandler successfully loaded a Table from a File or a database, use this method to retrieve it.
 Table FileLoaderGeneRank.getTable()
           
 Table FileLoaderTXT.getTable()
           
 Table FileLoaderInterface.getTable()
           
 Table FileLoaderXML.getTable()
           
 Table Table.select(java.util.BitSet theSet)
           
 

Methods in nl.liacs.subdisc with parameters of type Table
 void SubgroupSet.saveExtent(java.io.BufferedWriter theWriter, Table theTable, java.util.BitSet theSubset, TargetConcept theTargetConcept)
           
 

Constructors in nl.liacs.subdisc with parameters of type Table
BinaryTable(Table theTable, java.util.List<Column> theAttributes)
           
FileHandler(java.io.File theFile, Table theTable)
           
FileHandler(Table theTable, EnrichmentType theType)
           
FileLoaderARFF(java.io.File theFile, Table theTable)
           
FileLoaderGeneRank(Table theTable, EnrichmentType theType)
           
FileLoaderTXT(java.io.File theFile, Table theTable)
           
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)
           
TargetConcept(org.w3c.dom.Node theTargetConceptNode, Table theTable)
           
Validation(SearchParameters theSearchParameters, Table theTable, QualityMeasure theQualityMeasure)
           
XMLAutoRun(SearchParameters theSearchParameters, Table theTable, XMLAutoRun.AutoRun theFileOption)
           
 

Uses of Table in nl.liacs.subdisc.gui
 

Methods in nl.liacs.subdisc.gui with parameters of type Table
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 Table
BrowseJTable(Table theTable, Subgroup theSubgroup)
           
BrowseTableModel(Table theTable)
           
BrowseWindow(Table theTable, Subgroup theSubgroup)
           
HistogramWindow(Table theTable)
           
MetaDataTableModel(Table theTable)
           
MetaDataWindow(MiningWindow theMiningWindow, Table theTable)
           
MiningWindow(Table theTable)
           
MiningWindow(Table theTable, SearchParameters theSearchParameters)
           
ResultWindow(Table theTable, SubgroupDiscovery theSubgroupDiscovery, BinaryTable theBinaryTable, int theFold, java.util.BitSet theBitSet)