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 TypeMethodDescriptionvoid
AssociationsPanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)void
AttributeSelectionPanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)void
ClassifierPanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data).void
ClustererPanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)void
Explorer.ExplorerPanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)void
PreprocessPanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)void
VisualizePanel.setExplorer
(Explorer parent) Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)