Package org.knime.base.node.mine.subgroupminer.freqitemset

This package contains the necessary data structures for the subgroup mining.

See:
          Description

Class Summary
AssociationRule A data structure to encapsulate an association rule.
AssociationRuleModel  
FrequentItemSet A FrequentItemSet represents items that occur together in a number of transactions.
FrequentItemSetModel  
FrequentItemSetRow This class implements one row of a FrequentItemSetTable.
FrequentItemSetTable A FrequentItemSetTable adds a sorting functionality to the normal DataTable.
TIDFrequentItemSet  
 

Enum Summary
FrequentItemSet.Type The type of the frequent itemset.
FrequentItemSetTable.Sorter the feature the table should be sorted by.
 

Package org.knime.base.node.mine.subgroupminer.freqitemset Description

This package contains the necessary data structures for the subgroup mining. A frequent itemset, a frequent itemset row with a fixed length but a variable length of items inside (the rest is filled with empty cells), and a FrequentItemset table, where the rows can be sorted by the itemset length which is not possible with the normal sorter.



Copyright, 2003 - 2010. 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.