Uses of Class
org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet

Packages that use TIDItemSet
org.knime.base.node.mine.subgroupminer.apriori This package contains two algorithm implementations for the SubgroupMinerNode. 
 

Uses of TIDItemSet in org.knime.base.node.mine.subgroupminer.apriori
 

Methods in org.knime.base.node.mine.subgroupminer.apriori that return TIDItemSet
protected  TIDItemSet TIDItemSet.clone()
          
static TIDItemSet TIDItemSet.createEmptyTIDItemSet(String id, int length)
          Creates an empty TIDItemSet with no items but, since it is an empty set, present in all transactions.
 TIDItemSet TIDPrefixTreeNode.getItemSet()
           
 

Methods in org.knime.base.node.mine.subgroupminer.apriori with parameters of type TIDItemSet
 boolean TIDItemSet.isSuperSetOf(TIDItemSet s)
           
 

Constructors in org.knime.base.node.mine.subgroupminer.apriori with parameters of type TIDItemSet
TIDPrefixTreeNode(TIDItemSet items)
          Creates an instance of a TIDPrefixTreeNode with a given set of items.
 



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.