Uses of Class
nl.liacs.subdisc.Column

Packages that use Column
nl.liacs.subdisc   
nl.liacs.subdisc.cui   
nl.liacs.subdisc.gui   
 

Uses of Column in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return Column
 Column Column.copy()
           
 Column Condition.getAttribute()
           
 Column Table.getAttribute(java.lang.String theName)
           
 Column Table.getColumn(int theIndex)
           
 Column TargetConcept.getPrimaryTarget()
           
 Column TargetConcept.getSecondaryTarget()
           
 Column Column.select(java.util.BitSet theSet)
          Creates a copy of the current column with some records removed.
 

Methods in nl.liacs.subdisc that return types with arguments of type Column
 java.util.ArrayList<Column> Table.getColumns()
           
 java.util.List<Column> TargetConcept.getMultiTargets()
           
 

Methods in nl.liacs.subdisc with parameters of type Column
 boolean TargetConcept.isTargetAttribute(Column theColumn)
           
 void TargetConcept.setPrimaryTarget(Column thePrimaryTarget)
           
 void TargetConcept.setSecondaryTarget(Column theSecondaryTarget)
           
 

Method parameters in nl.liacs.subdisc with type arguments of type Column
 void TargetConcept.setMultiTargets(java.util.List<Column> theMultiTargets)
           
 

Constructors in nl.liacs.subdisc with parameters of type Column
Condition(Column theColumn)
           
Condition(Column theColumn, int theOperator)
           
CorrelationMeasure(int theType, Column thePrimaryColumn, Column theSecondaryColumn)
           
NumericDomain(Column theColumn)
           
NumericDomain(Column theColumn, java.util.BitSet theSubset)
           
RegressionMeasure(int theType, Column thePrimaryColumn, Column theSecondaryColumn)
           
 

Constructor parameters in nl.liacs.subdisc with type arguments of type Column
Bayesian(BinaryTable theTable, java.util.List<Column> theTargets)
           
BinaryTable(Table theTable, java.util.List<Column> theAttributes)
           
DAG(java.util.List<Column> theTargets)
           
 

Uses of Column in nl.liacs.subdisc.cui
 

Constructor parameters in nl.liacs.subdisc.cui with type arguments of type Column
IdentifierChooser(java.util.List<Column> theColumns)
           
 

Uses of Column in nl.liacs.subdisc.gui
 

Constructors in nl.liacs.subdisc.gui with parameters of type Column
ModelWindow(Column theXColumn, Column theYColumn, RegressionMeasure theRM, Subgroup theSubgroup)
           
PlotWindow(Column theColumn)