org.knime.base.node.mine.subgroupminer
Class SubgroupMinerDialog2
java.lang.Object
org.knime.core.node.NodeDialogPane
org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
public class SubgroupMinerDialog2
- extends DefaultNodeSettingsPane
The dialog for the subgroup miner node. Provides possibilities to adjust the
input column for the bitvectors, the minimum support, the desired type of
frequent itemsets (free, closed or maximal), the maximal itemset length, how
the output table should be sorted and the underlying algorithm.
- Author:
- Fabian Dill, University of Konstanz, Iris Adae, University of Konstanz
|
Constructor Summary |
SubgroupMinerDialog2()
Constructs the dialog for the subgroup miner node by adding the needed
default dialog components. |
| Methods inherited from class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane |
addDialogComponent, closeCurrentGroup, createNewGroup, createNewTab, createNewTabAt, loadAdditionalSettingsFrom, loadAdditionalSettingsFrom, loadSettingsFrom, saveAdditionalSettingsTo, saveSettingsTo, selectTab, setDefaultTabTitle, setHorizontalPlacement |
| Methods inherited from class org.knime.core.node.NodeDialogPane |
addFlowVariablesTab, addJobMgrTab, addTab, addTabAt, closeOnESC, createFlowVariableModel, createFlowVariableModel, createFlowVariableModel, finishEditingAndSaveSettingsTo, getAvailableFlowVariables, getCredentialsNames, getCredentialsProvider, getPanel, getTab, getTabIndex, internalLoadSettingsFrom, isWriteProtected, loadSettingsFrom, loadSettingsFrom, onCancel, onClose, onOpen, removeTab, renameTab, saveSettingsTo, setEnabled, setSelected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubgroupMinerDialog2
public SubgroupMinerDialog2()
- Constructs the dialog for the subgroup miner node by adding the needed
default dialog components.
createBitVectorColumnModel
static SettingsModelString createBitVectorColumnModel()
- Returns:
- settings model for the transaction column
createMinSupportModel
static SettingsModelDoubleBounded createMinSupportModel()
- Returns:
- settings model for the minimum support
createItemSetTypeModel
static SettingsModelString createItemSetTypeModel()
- Returns:
- settings model for the item set type
createItemsetLengthModel
static SettingsModelIntegerBounded createItemsetLengthModel()
- Returns:
- settings model for the itemset length
createAssociationRuleFlagModel
static SettingsModelBoolean createAssociationRuleFlagModel()
- Returns:
- settings model for the association rule creation flag
createConfidenceModel
static SettingsModelDoubleBounded createConfidenceModel()
- Returns:
- settings model for the confidence
createAlgorithmModel
static SettingsModelString createAlgorithmModel()
- Returns:
- settings model for the underlying algorithm
Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.