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

Packages that use AssociationRule
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 AssociationRule in org.knime.base.node.mine.subgroupminer
 

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

Constructor parameters in org.knime.base.node.mine.subgroupminer with type arguments of type AssociationRule
PMMLAssociationRuleHandler(int nrOfTransactions, double minSupport, double minConfidence, Map<String,String> items, Set<FrequentItemSet> itemsets, Set<AssociationRule> rules)
          Deprecated. Creates an initialized association rule handler that can be used to output the association rule model by invoking PMMLContentHandler.addPMMLModel(org.w3c.dom.DocumentFragment, PMMLPortObjectSpec).
 

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

Methods in org.knime.base.node.mine.subgroupminer.apriori that return types with arguments of type AssociationRule
 List<AssociationRule> TIDApriori.getAssociationRules(double confidence)
          Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
 List<AssociationRule> ArrayApriori.getAssociationRules(double confidence)
          Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
 List<AssociationRule> AprioriAlgorithm.getAssociationRules(double confidence)
          Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
 

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

Methods in org.knime.base.node.mine.subgroupminer.freqitemset that return types with arguments of type AssociationRule
 Collection<AssociationRule> AssociationRuleModel.getAssociationRules()
          Deprecated.  
 

Method parameters in org.knime.base.node.mine.subgroupminer.freqitemset with type arguments of type AssociationRule
 void AssociationRuleModel.setAssociationRules(Collection<AssociationRule> rules)
          Deprecated.  
 



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.