Uses of Class
weka.gui.explorer.Explorer
Packages that use Explorer
-
Uses of Explorer in weka.gui.explorer
Methods in weka.gui.explorer that return ExplorerModifier and TypeMethodDescriptionAssociationsPanel.getExplorer()returns the parent Explorer frameAttributeSelectionPanel.getExplorer()returns the parent Explorer frameClassifierPanel.getExplorer()returns the parent Explorer frame.ClustererPanel.getExplorer()returns the parent Explorer frameExplorer.ExplorerPanel.getExplorer()returns the parent Explorer framePreprocessPanel.getExplorer()returns the parent Explorer frameVisualizePanel.getExplorer()returns the parent Explorer frameMethods in weka.gui.explorer with parameters of type ExplorerModifier and TypeMethodDescriptionvoidAssociationsPanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)voidAttributeSelectionPanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)voidClassifierPanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data).voidClustererPanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)voidExplorer.ExplorerPanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)voidPreprocessPanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)voidVisualizePanel.setExplorer(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)