Uses of Class
weka.core.Settings
Package
Description
-
Uses of Settings in weka.core.packageManagement
Modifier and TypeMethodDescriptionvoid
DefaultPackageManager.applySettings
(Settings settings) Apply settings.void
PackageManager.applySettings
(Settings settings) Apply the supplied settings. -
Uses of Settings in weka.gui
Modifier and TypeMethodDescriptionAbstractGUIApplication.getApplicationSettings()
Get the current settings for this applicationGUIApplication.getApplicationSettings()
Get the current settings for this applicationModifier and TypeMethodDescriptionvoid
PerspectiveManager.addSettingsMenuItemToProgramMenu
(Settings settings) Applications can call this to allow access to the settings editor from the program menu (in addition to the toolbar widget that pops up the settings editor)void
PerspectiveManager.setPerspectiveToolbarAlwaysHidden
(Settings settings) Set whether the perspectives toolbar should always be hidden.static int
SettingsEditor.showApplicationSettingsEditor
(Settings settings, GUIApplication application) Popup a settings editor for an applicationstatic int
SettingsEditor.showSingleSettingsEditor
(Settings settings, String settingsID, String settingsName, JComponent parent) Popup a single panel settings editor dialog for one group of related settingsstatic int
SettingsEditor.showSingleSettingsEditor
(Settings settings, String settingsID, String settingsName, JComponent parent, int width, int height) Popup a single panel settings editor dialog for one group of related settingsboolean
PerspectiveManager.userRequestedPerspectiveToolbarVisibleOnStartup
(Settings settings) Returns true if the user has requested that the perspective toolbar is visible when the application starts up -
Uses of Settings in weka.gui.knowledgeflow
Modifier and TypeMethodDescriptionKnowledgeFlowApp.getApplicationSettings()
Get the settings for this applicationBaseInteractiveViewer.getSettings()
Get the settings object for the applicationStepInteractiveViewer.getSettings()
Get the settings objectModifier and TypeMethodDescriptionvoid
BaseInteractiveViewer.applySettings
(Settings settings) No-op implementation.void
AttributeSummaryPerspective.setInstances
(Instances instances, Settings settings) Set the instances to visualize -
Uses of Settings in weka.gui.knowledgeflow.steps
Modifier and TypeMethodDescriptionvoid
AttributeSummarizerInteractiveView.applySettings
(Settings settings) Apply user-changed settingsvoid
DataVisualizerInteractiveView.applySettings
(Settings settings) Apply any user changes in the supplied settings objectvoid
ModelPerformanceChartInteractiveView.applySettings
(Settings settings) Apply any user changes in the supplied settings objectvoid
ScatterPlotMatrixInteractiveView.applySettings
(Settings settings) Apply any changes to the settingsvoid
StripChartInteractiveView.applySettings
(Settings settings) Apply settings from the supplied settings objectvoid
TextViewerInteractiveView.applySettings
(Settings settings) Applys settings from the supplied settings object -
Uses of Settings in weka.gui.visualize
Modifier and TypeMethodDescriptionvoid
AttributePanel.applySettings
(Settings settings, String ownerID) Apply settingsvoid
MatrixPanel.applySettings
(Settings settings, String ownerID) void
Plot2D.applySettings
(Settings settings, String ownerID) Apply settingsvoid
VisualizePanel.applySettings
(Settings settings, String ownerID) Apply settings -
Uses of Settings in weka.knowledgeflow
Modifier and TypeMethodDescriptionBaseExecutionEnvironment.getSettings()
ExecutionEnvironment.getSettings()
Get knowledge flow settings for this execution environmentFlowExecutor.getSettings()
Convenience method for getting current settings - implementers should delegate the the execution environmentFlowRunner.getSettings()
Get the settings in use when executing the FlowStepManager.getSettings()
Get the knowledge flow settingsStepManagerImpl.getSettings()
Get the current knowledge flow settingsModifier and TypeMethodDescriptionvoid
BaseExecutionEnvironment.setSettings
(Settings settings) void
ExecutionEnvironment.setSettings
(Settings settings) Set knowledge flow settings for this execution environmentvoid
FlowExecutor.setSettings
(Settings settings) Convenience method for applying settings - implementers should delegate the the execution environmentvoid
FlowRunner.setSettings
(Settings settings) Set the settings to use when executing the Flow