Package 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)
-
Method Summary
Modifier and TypeMethodDescriptiongetVisualizeMenuItem
(AssociationRules rules, String name) Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the association rules.
-
Method Details
-
getVisualizeMenuItem
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:
-