org.knime.base.node.mine.subgroupminer.freqitemset
Class AssociationRuleModel

java.lang.Object
  extended by org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel

public class AssociationRuleModel
extends Object

Author:
Fabian Dill, University of Konstanz

Constructor Summary
AssociationRuleModel()
           
 
Method Summary
 Collection<AssociationRule> getAssociationRules()
           
 void loadFromModelContent(ModelContentRO model)
           
 void saveToModelContent(ModelContentWO model)
           
 void setAssociationRules(Collection<AssociationRule> rules)
           
 void setNameMapping(List<String> nameMapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationRuleModel

public AssociationRuleModel()
Method Detail

loadFromModelContent

public void loadFromModelContent(ModelContentRO model)
                          throws InvalidSettingsException
Parameters:
model - model containing the association rules.
Throws:
InvalidSettingsException - if a

saveToModelContent

public void saveToModelContent(ModelContentWO model)
Parameters:
model - the model the association rules are saved to

setNameMapping

public void setNameMapping(List<String> nameMapping)
Parameters:
nameMapping - the index to name mapping for the items

setAssociationRules

public void setAssociationRules(Collection<AssociationRule> rules)
Parameters:
rules - sets the rule for the model

getAssociationRules

public Collection<AssociationRule> getAssociationRules()
Returns:
the loaded association 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.