Uses of Class
org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet

Packages that use FrequentItemSet
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.subgroupminer.apriori This package contains two algorithm implementations for the SubgroupMinerNode. 
org.knime.base.node.mine.subgroupminer.freqitemset This package contains the necessary data structures for the subgroup mining. 
 

Uses of FrequentItemSet in org.knime.base.node.mine.subgroupminer
 

Methods in org.knime.base.node.mine.subgroupminer that return types with arguments of type FrequentItemSet
 Set<FrequentItemSet> PMMLAssociationRuleHandler.getItemsets()
           
 

Constructor parameters in org.knime.base.node.mine.subgroupminer with type arguments of type FrequentItemSet
PMMLAssociationRulePortObject(PMMLPortObjectSpec spec, double minSupport, double minConfidence, int nrOfTransactions, int nrOfItems, Collection<FrequentItemSet> itemsets)
          Creates a new PMML association rule port object.
 

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

Methods in org.knime.base.node.mine.subgroupminer.apriori that return FrequentItemSet
 FrequentItemSet TIDItemSet.toFrequentItemSet()
           
 

Methods in org.knime.base.node.mine.subgroupminer.apriori that return types with arguments of type FrequentItemSet
 List<FrequentItemSet> ArrayApriori.getFrequentItemSets(FrequentItemSet.Type type)
          Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
 List<FrequentItemSet> TIDApriori.getFrequentItemSets(FrequentItemSet.Type type)
          Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
 List<FrequentItemSet> AprioriAlgorithm.getFrequentItemSets(FrequentItemSet.Type type)
          Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
 

Uses of FrequentItemSet in org.knime.base.node.mine.subgroupminer.freqitemset
 

Subclasses of FrequentItemSet in org.knime.base.node.mine.subgroupminer.freqitemset
 class TIDFrequentItemSet
           
 

Methods in org.knime.base.node.mine.subgroupminer.freqitemset that return FrequentItemSet
 FrequentItemSet AssociationRule.getAntecedent()
           
 FrequentItemSet AssociationRule.getConsequent()
           
 

Methods in org.knime.base.node.mine.subgroupminer.freqitemset that return types with arguments of type FrequentItemSet
 Collection<FrequentItemSet> FrequentItemSetModel.getItemSets()
           
 

Methods in org.knime.base.node.mine.subgroupminer.freqitemset with parameters of type FrequentItemSet
 boolean FrequentItemSet.isSubsetOf(FrequentItemSet s2)
          Returns true, if this itemset is a subset of the passed one, that is, if the passed one contains all items of this set.
 

Method parameters in org.knime.base.node.mine.subgroupminer.freqitemset with type arguments of type FrequentItemSet
 void FrequentItemSetModel.setFrequentItemsets(Collection<FrequentItemSet> frequentItemSets)
           
 

Constructors in org.knime.base.node.mine.subgroupminer.freqitemset with parameters of type FrequentItemSet
AssociationRule(FrequentItemSet antecedent, FrequentItemSet consequent, double support, double confidence, double lift)
          Creates an association rule with the list of ids of the antecedent and an id as the consequent of this rule.
 



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.