Package weka.gui.beans
Interface BatchAssociationRulesListener
public interface BatchAssociationRulesListener
Interface to something that can process a BatchAssociationRulesEvent.
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Accept aBatchAssociationRulesEvent
-
Method Details
-
acceptAssociationRules
Accept aBatchAssociationRulesEvent
- Parameters:
e
- aBatchAssociationRulesEvent
-