weka.gui.visualize.plugins
Interface AssociationRuleVisualizePlugin
public interface AssociationRuleVisualizePlugin
Interface implemented by classes loaded dynamically to
visualize association results in the explorer.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
getVisualizeMenuItem
JMenuItem getVisualizeMenuItem(AssociationRules rules,
String name)
- Get a JMenu or JMenuItem which contain action listeners
that perform the visualization of the association rules.
- Parameters:
rules - the association rulesname - the name of the item (in the Explorer's history list)
- Returns:
- menuitem for opening visualization(s), or null
to indicate no visualization is applicable for the input
- See Also:
NoClassDefFoundError,
IncompatibleClassChangeError
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.