org.knime.base.node.mine.subgroupminer.freqitemset
Class AssociationRuleModel
java.lang.Object
org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
public class AssociationRuleModel
- extends Object
- Author:
- Fabian Dill, University of Konstanz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssociationRuleModel
public AssociationRuleModel()
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.