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()
           
 

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

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> ArrayApriori.getAssociationRules(double confidence)
          Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
 List<AssociationRule> TIDApriori.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()
           
 

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



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.