Uses of Class
nl.liacs.subdisc.BinaryTable

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

Uses of BinaryTable in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return BinaryTable
 BinaryTable BinaryTable.selectColumns(ItemSet theItemSet)
           
 BinaryTable BinaryTable.selectRows(java.util.BitSet theMembers)
           
 

Constructors in nl.liacs.subdisc with parameters of type BinaryTable
Bayesian(BinaryTable theTable)
           
Bayesian(BinaryTable theTable, java.util.List<Column> theTargets)
           
 

Uses of BinaryTable in nl.liacs.subdisc.gui
 

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