Uses of Class
weka.core.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in weka.core.packageManagement
Methods in weka.core.packageManagement with parameters of type SettingsModifier and TypeMethodDescriptionvoidDefaultPackageManager.applySettings(Settings settings) Apply settings.voidPackageManager.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 TypeMethodDescriptionvoidPerspectiveManager.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)voidPerspectiveManager.setPerspectiveToolbarAlwaysHidden(Settings settings) Set whether the perspectives toolbar should always be hidden.static intSettingsEditor.showApplicationSettingsEditor(Settings settings, GUIApplication application) Popup a settings editor for an applicationstatic intSettingsEditor.showSingleSettingsEditor(Settings settings, String settingsID, String settingsName, JComponent parent) Popup a single panel settings editor dialog for one group of related settingsstatic intSettingsEditor.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 settingsbooleanPerspectiveManager.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
Methods in weka.gui.knowledgeflow that return SettingsModifier and TypeMethodDescriptionKnowledgeFlowApp.getApplicationSettings()Get the settings for this applicationBaseInteractiveViewer.getSettings()Get the settings object for the applicationStepInteractiveViewer.getSettings()Get the settings objectMethods in weka.gui.knowledgeflow with parameters of type SettingsModifier and TypeMethodDescriptionvoidBaseInteractiveViewer.applySettings(Settings settings) No-op implementation.voidAttributeSummaryPerspective.setInstances(Instances instances, Settings settings) Set the instances to visualize -
Uses of Settings in weka.gui.knowledgeflow.steps
Methods in weka.gui.knowledgeflow.steps with parameters of type SettingsModifier and TypeMethodDescriptionvoidAttributeSummarizerInteractiveView.applySettings(Settings settings) Apply user-changed settingsvoidDataVisualizerInteractiveView.applySettings(Settings settings) Apply any user changes in the supplied settings objectvoidModelPerformanceChartInteractiveView.applySettings(Settings settings) Apply any user changes in the supplied settings objectvoidScatterPlotMatrixInteractiveView.applySettings(Settings settings) Apply any changes to the settingsvoidStripChartInteractiveView.applySettings(Settings settings) Apply settings from the supplied settings objectvoidTextViewerInteractiveView.applySettings(Settings settings) Applys settings from the supplied settings object -
Uses of Settings in weka.gui.visualize
Methods in weka.gui.visualize with parameters of type SettingsModifier and TypeMethodDescriptionvoidAttributePanel.applySettings(Settings settings, String ownerID) Apply settingsvoidMatrixPanel.applySettings(Settings settings, String ownerID) voidPlot2D.applySettings(Settings settings, String ownerID) Apply settingsvoidVisualizePanel.applySettings(Settings settings, String ownerID) Apply settings -
Uses of Settings in weka.knowledgeflow
Methods in weka.knowledgeflow that return SettingsModifier 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 settingsMethods in weka.knowledgeflow with parameters of type SettingsModifier and TypeMethodDescriptionvoidBaseExecutionEnvironment.setSettings(Settings settings) voidExecutionEnvironment.setSettings(Settings settings) Set knowledge flow settings for this execution environmentvoidFlowExecutor.setSettings(Settings settings) Convenience method for applying settings - implementers should delegate the the execution environmentvoidFlowRunner.setSettings(Settings settings) Set the settings to use when executing the FlowConstructors in weka.knowledgeflow with parameters of type Settings