Serialized Form


Package weka4ws.core

Class weka4ws.core.AssociationRulesParameters extends weka4ws.stubs.service.AssociationRulesParameters implements Serializable

serialVersionUID: 5232721205094295677l

Class weka4ws.core.ClassificationParameters extends weka4ws.stubs.service.ClassificationParameters implements Serializable

serialVersionUID: 4175366971269160571l

Class weka4ws.core.ClusteringParameters extends weka4ws.stubs.service.ClusteringParameters implements Serializable

serialVersionUID: -7624083223335641108l

Class weka4ws.core.HostConnectionTimedOutException extends java.lang.Exception implements Serializable

serialVersionUID: 1l

Class weka4ws.core.NoHostsFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 1l

Class weka4ws.core.TaskStoppedException extends java.lang.Exception implements Serializable

serialVersionUID: 1l


Package weka4ws.gui.kflow

Class weka4ws.gui.kflow.BeanConnection extends java.lang.Object implements Serializable

serialVersionUID: 1984541539011407531l

Serialized Fields

m_source

BeanInstance m_source

m_target

BeanInstance m_target

m_eventName

java.lang.String m_eventName
The name of the event for this connection


m_hidden

boolean m_hidden

Class weka4ws.gui.kflow.BeanInstance extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

m_bean

java.lang.Object m_bean
Holds the bean encapsulated in this instance


m_x

int m_x

m_y

int m_y

Class weka4ws.gui.kflow.ClassAssigner extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_classColumn

java.lang.String m_classColumn

m_connectedFormat

weka.core.Instances m_connectedFormat
format of instances for current incoming connection (if any)


m_trainingProvider

java.lang.Object m_trainingProvider

m_testProvider

java.lang.Object m_testProvider

m_dataProvider

java.lang.Object m_dataProvider

m_instanceProvider

java.lang.Object m_instanceProvider

m_trainingListeners

java.util.Vector m_trainingListeners

m_testListeners

java.util.Vector m_testListeners

m_dataListeners

java.util.Vector m_dataListeners

m_instanceListeners

java.util.Vector m_instanceListeners

m_dataFormatListeners

java.util.Vector m_dataFormatListeners

m_visual

weka.gui.beans.BeanVisual m_visual

Class weka4ws.gui.kflow.ClassAssignerCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_displayColNames

boolean m_displayColNames

m_classAssigner

ClassAssigner m_classAssigner

m_pcSupport

java.beans.PropertyChangeSupport m_pcSupport

m_caEditor

weka.gui.PropertySheetPanel m_caEditor

m_ClassCombo

javax.swing.JComboBox m_ClassCombo

m_holderP

javax.swing.JPanel m_holderP

Class weka4ws.gui.kflow.Classifier extends ComputingNode implements Serializable

serialVersionUID: 659603893917736008l

Serialized Fields

remClassifier

RemoteClassifier remClassifier

m_visual

weka.gui.beans.BeanVisual m_visual

m_buildThread

java.lang.Thread m_buildThread

m_globalInfo

java.lang.String m_globalInfo
Global info for the wrapped classifier (if it exists).


m_listenees

java.util.Hashtable m_listenees
Objects talking to us


m_batchClassifierListeners

java.util.Vector m_batchClassifierListeners
Objects listening for batch classifier events


m_incrementalClassifierListeners

java.util.Vector m_incrementalClassifierListeners
Objects listening for incremental classifier events


m_graphListeners

java.util.Vector m_graphListeners
Objects listening for graph events


m_textListeners

java.util.Vector m_textListeners
Objects listening for text events


m_trainingSet

weka.core.Instances m_trainingSet
Holds training instances for batch training. Not transient because header is retained for validating any instance events that this classifier might be asked to predict in the future.


m_Classifier

weka.classifiers.Classifier m_Classifier

m_ie

weka.gui.beans.IncrementalClassifierEvent m_ie

m_updateIncrementalClassifier

boolean m_updateIncrementalClassifier
If the classifier is an incremental classifier, should we update it (ie train it on incoming instances). This makes it possible incrementally test on a separate stream of instances without updating the classifier, or mix batch training/testing with incremental training/testing


m_incrementalEvent

weka.gui.beans.InstanceEvent m_incrementalEvent
Event to handle when processing incremental updates


m_dummy

java.lang.Double m_dummy

Class weka4ws.gui.kflow.ClassifierCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_pcSupport

java.beans.PropertyChangeSupport m_pcSupport

m_dsClassifier

Classifier m_dsClassifier

m_ClassifierEditor

weka.gui.PropertySheetPanel m_ClassifierEditor

m_incrementalPanel

javax.swing.JPanel m_incrementalPanel

m_updateIncrementalClassifier

javax.swing.JCheckBox m_updateIncrementalClassifier

m_panelVisible

boolean m_panelVisible

Class weka4ws.gui.kflow.ClassifierPerformanceEvaluator extends weka.gui.beans.AbstractEvaluator implements Serializable

serialVersionUID: 1l

Serialized Fields

m_textListeners

java.util.Vector m_textListeners

m_thresholdListeners

java.util.Vector m_thresholdListeners

m_visualizableErrorListeners

java.util.Vector m_visualizableErrorListeners

m_rocListenersConnected

boolean m_rocListenersConnected

m_predInstances

weka.core.Instances m_predInstances

m_preds

weka.core.FastVector m_preds

m_plotShape

weka.core.FastVector m_plotShape

m_plotSize

weka.core.FastVector m_plotSize

Class weka4ws.gui.kflow.Clusterer extends ComputingNode implements Serializable

serialVersionUID: 1l

Serialized Fields

remClusterer

RemoteClusterer remClusterer

m_visual

weka.gui.beans.BeanVisual m_visual

m_buildThread

java.lang.Thread m_buildThread

m_globalInfo

java.lang.String m_globalInfo
Global info for the wrapped classifier (if it exists).


m_listenees

java.util.Hashtable m_listenees
Objects talking to us


m_batchClustererListeners

java.util.Vector m_batchClustererListeners
Objects listening for batch clusterer events


m_graphListeners

java.util.Vector m_graphListeners
Objects listening for graph events


m_textListeners

java.util.Vector m_textListeners
Objects listening for text events


m_trainingSet

weka.core.Instances m_trainingSet
Holds training instances for batch training.


m_Clusterer

weka.clusterers.Clusterer m_Clusterer

m_dummy

java.lang.Double m_dummy

Class weka4ws.gui.kflow.ClustererCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_pcSupport

java.beans.PropertyChangeSupport m_pcSupport

m_dsClusterer

Clusterer m_dsClusterer

m_ClustererEditor

weka.gui.PropertySheetPanel m_ClustererEditor

Class weka4ws.gui.kflow.ClustererPerformanceEvaluator extends weka.gui.beans.AbstractEvaluator implements Serializable

serialVersionUID: 1l

Serialized Fields

m_textListeners

java.util.Vector m_textListeners

Class weka4ws.gui.kflow.ComputingNode extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

hostSelectedIndex

int hostSelectedIndex

remoteHost

java.lang.String remoteHost

remoteServicePort

int remoteServicePort

remoteGridFTPPort

int remoteGridFTPPort

remoteLogging

int remoteLogging

connectedTSProducer

TestSetNotifierThread connectedTSProducer

modelBuilt

boolean modelBuilt

m_state

int m_state

m_stopB

javax.swing.JButton m_stopB

m_startAllB

javax.swing.JButton m_startAllB

dataSetFilePath

java.lang.String dataSetFilePath

cname

java.lang.String cname

testOptions

weka4ws.stubs.service.TestOptions testOptions

testMode

int testMode

rndSeed

int rndSeed

lastOne

boolean lastOne

Class weka4ws.gui.kflow.CrossValidationFoldMaker extends weka.gui.beans.AbstractTrainAndTestSetProducer implements Serializable

serialVersionUID: 1l

Serialized Fields

m_numFolds

int m_numFolds

m_randomSeed

int m_randomSeed

m_foldThread

java.lang.Thread m_foldThread

Class weka4ws.gui.kflow.CrossValidationFoldMakerCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_pcSupport

java.beans.PropertyChangeSupport m_pcSupport

m_cvEditor

weka.gui.PropertySheetPanel m_cvEditor

Class weka4ws.gui.kflow.DataSetEvent4WS extends weka.gui.beans.DataSetEvent implements Serializable

serialVersionUID: 1l

Serialized Fields

m_dataSetFilePath

java.lang.String m_dataSetFilePath

Class weka4ws.gui.kflow.KnowledgeFlowApp extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_startAllB

javax.swing.JButton m_startAllB

m_reloadB

javax.swing.JButton m_reloadB

m_fontM

java.awt.FontMetrics m_fontM

m_mode

int m_mode

m_toolBarGroup

javax.swing.ButtonGroup m_toolBarGroup
Button group to manage all toolbar buttons


m_toolBarBean

java.lang.Object m_toolBarBean
Holds the selected toolbar bean


m_beanLayout

weka4ws.gui.kflow.KnowledgeFlowApp.BeanLayout m_beanLayout
The layout area


m_toolBars

javax.swing.JTabbedPane m_toolBars
Tabbed pane to hold tool bars


m_userToolBar

javax.swing.JToolBar m_userToolBar
Stuff relating to user created meta beans


m_userBoxPanel

javax.swing.Box m_userBoxPanel

m_userComponents

java.util.Vector m_userComponents

m_firstUserComponentOpp

boolean m_firstUserComponentOpp

m_pointerB

javax.swing.JToggleButton m_pointerB

m_saveB

javax.swing.JButton m_saveB

m_loadB

javax.swing.JButton m_loadB

m_stopB

javax.swing.JButton m_stopB

m_helpB

javax.swing.JButton m_helpB

m_newB

javax.swing.JButton m_newB

m_editElement

BeanInstance m_editElement
Reference to bean being manipulated


m_sourceEventSetDescriptor

java.beans.EventSetDescriptor m_sourceEventSetDescriptor
Event set descriptor for the bean being manipulated


m_oldX

int m_oldX
Used to record screen coordinates during move, select and connect operations


m_oldY

int m_oldY
Used to record screen coordinates during move, select and connect operations


m_startX

int m_startX

m_startY

int m_startY

m_FileChooser

javax.swing.JFileChooser m_FileChooser
The file chooser for selecting layout files


m_logPanel

weka.gui.LogPanel m_logPanel

m_bcSupport

java.beans.beancontext.BeanContextSupport m_bcSupport

m_KfFilter

javax.swing.filechooser.FileFilter m_KfFilter
A filter to ensure only KnowledgeFlow files in binary format get shown in the chooser


m_KOMLFilter

javax.swing.filechooser.FileFilter m_KOMLFilter
A filter to ensure only KnowledgeFlow files in KOML format get shown in the chooser


m_XMLFilter

javax.swing.filechooser.FileFilter m_XMLFilter
A filter to ensure only KnowledgeFlow layout files in XML format get shown in the chooser


m_ScrollBarIncrementLayout

int m_ScrollBarIncrementLayout
the scrollbar increment of the layout scrollpane


m_ScrollBarIncrementComponents

int m_ScrollBarIncrementComponents
the scrollbar increment of the components scrollpane


m_FlowWidth

int m_FlowWidth
the flow layout width


m_FlowHeight

int m_FlowHeight
the flow layout height


m_PreferredExtension

java.lang.String m_PreferredExtension
the preferred file extension


m_UserComponentsInXML

boolean m_UserComponentsInXML
whether to store the user components in XML or in binary format

Class weka4ws.gui.kflow.KnowledgeFlowApp.BeanLayout extends weka.gui.visualize.PrintablePanel implements Serializable

serialVersionUID: 1l

Class weka4ws.gui.kflow.Loader extends weka.gui.beans.AbstractDataSource implements Serializable

serialVersionUID: 1l

Serialized Fields

m_dataSetFilePath

java.lang.String m_dataSetFilePath
Holds the path of the file containing the dataset


m_globalInfo

java.lang.String m_globalInfo
Global info for the wrapped loader (if it exists).


m_ioThread

weka4ws.gui.kflow.Loader.LoadThread m_ioThread
Thread for doing IO in


m_Loader

weka.core.converters.Loader m_Loader
Loader


m_ie

weka.gui.beans.InstanceEvent m_ie

m_instanceEventTargets

int m_instanceEventTargets
Keep track of how many listeners for different types of events there are.


m_dataSetEventTargets

int m_dataSetEventTargets

m_dbSet

boolean m_dbSet
Flag indicating that a database has already been configured

Class weka4ws.gui.kflow.LoaderCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_pcSupport

java.beans.PropertyChangeSupport m_pcSupport

m_dsLoader

Loader m_dsLoader

m_LoaderEditor

weka.gui.PropertySheetPanel m_LoaderEditor

m_fileChooser

javax.swing.JFileChooser m_fileChooser

m_parentFrame

javax.swing.JFrame m_parentFrame

m_dbaseURLText

javax.swing.JTextField m_dbaseURLText

m_userNameText

javax.swing.JTextField m_userNameText

m_queryText

javax.swing.JTextField m_queryText

m_keyText

javax.swing.JTextField m_keyText

m_passwordText

javax.swing.JPasswordField m_passwordText

Class weka4ws.gui.kflow.MetaBean extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_visual

weka.gui.beans.BeanVisual m_visual

m_subFlow

java.util.Vector m_subFlow

m_inputs

java.util.Vector m_inputs

m_outputs

java.util.Vector m_outputs

m_associatedConnections

java.util.Vector m_associatedConnections

m_originalCoords

java.util.Vector m_originalCoords

Class weka4ws.gui.kflow.TestSetEvent4WS extends weka.gui.beans.TestSetEvent implements Serializable

serialVersionUID: 1l

Serialized Fields

m_testSetFilePath

java.lang.String m_testSetFilePath

testOptions

weka4ws.stubs.service.TestOptions testOptions

seed

int seed

Class weka4ws.gui.kflow.TestSetMaker extends weka.gui.beans.AbstractTestSetProducer implements Serializable

serialVersionUID: 1l

Class weka4ws.gui.kflow.TrainingSetEvent4WS extends weka.gui.beans.TrainingSetEvent implements Serializable

serialVersionUID: 1l

Serialized Fields

m_dataSetFilePath

java.lang.String m_dataSetFilePath

testOptions

weka4ws.stubs.service.TestOptions testOptions

seed

int seed

Class weka4ws.gui.kflow.TrainingSetMaker extends weka.gui.beans.AbstractTrainingSetProducer implements Serializable

serialVersionUID: 1l

Class weka4ws.gui.kflow.TrainTestSplitMaker extends weka.gui.beans.AbstractTrainAndTestSetProducer implements Serializable

serialVersionUID: 1l

Serialized Fields

m_trainPercentage

int m_trainPercentage

m_randomSeed

int m_randomSeed

m_splitThread

java.lang.Thread m_splitThread

Class weka4ws.gui.kflow.TrainTestSplitMakerCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_pcSupport

java.beans.PropertyChangeSupport m_pcSupport

m_splitEditor

weka.gui.PropertySheetPanel m_splitEditor


Package weka4ws.gui

Class weka4ws.gui.GUIChooser extends javax.swing.JFrame implements Serializable

serialVersionUID: 1l

Serialized Fields

m_SimpleBut

java.awt.Button m_SimpleBut
Click to open the simplecli


m_ExplorerBut

java.awt.Button m_ExplorerBut
Click to open the Explorer


m_ExperimenterBut

java.awt.Button m_ExperimenterBut
Click to open the Explorer


m_KnowledgeFlowBut

java.awt.Button m_KnowledgeFlowBut
Click to open the KnowledgeFlow


m_SimpleCLI

weka.gui.SimpleCLI m_SimpleCLI
The SimpleCLI


m_ExplorerFrame

javax.swing.JFrame m_ExplorerFrame
The frame containing the explorer interface


m_ExperimenterFrame

javax.swing.JFrame m_ExperimenterFrame
The frame containing the experiment interface


m_KnowledgeFlowFrame

javax.swing.JFrame m_KnowledgeFlowFrame
The frame containing the knowledge flow interface


m_weka

java.awt.Image m_weka
The weka image


Package weka4ws.gui.explorer

Class weka4ws.gui.explorer.AssociationsPanel extends ExplorerPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_AssociatorEditor

weka.gui.GenericObjectEditor m_AssociatorEditor
Lets the user configure the associator


m_CEPanel

weka.gui.PropertyPanel m_CEPanel
The panel showing the current associator selection


m_OutText

javax.swing.JTextArea m_OutText
The output area for associations


m_SaveOut

weka.gui.SaveBuffer m_SaveOut
The buffer saving object for saving output


m_History

ResultHistoryPanel m_History
A panel controlling results viewing


m_TestInstances

weka.core.Instances m_TestInstances
The user-supplied test set (if any)


m_RunThread

java.lang.Thread m_RunThread
A thread that associator runs in

Class weka4ws.gui.explorer.ClassifierPanel extends ExplorerPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

testsetFilePath

java.lang.String testsetFilePath

m_ClassifierEditor

weka.gui.GenericObjectEditor m_ClassifierEditor
Lets the user configure the classifier


m_CEPanel

weka.gui.PropertyPanel m_CEPanel
The panel showing the current classifier selection


m_OutText

javax.swing.JTextArea m_OutText
The output area for classification results


m_SaveOut

weka.gui.SaveBuffer m_SaveOut
The buffer saving object for saving output


m_History

ResultHistoryPanel m_History
A panel controlling results viewing


m_ClassCombo

javax.swing.JComboBox m_ClassCombo
Lets the user select the class column


m_CVBut

javax.swing.JRadioButton m_CVBut
Click to set test mode to cross-validation


m_PercentBut

javax.swing.JRadioButton m_PercentBut
Click to set test mode to generate a % split


m_TrainBut

javax.swing.JRadioButton m_TrainBut
Click to set test mode to test on training data


m_TestSplitBut

javax.swing.JRadioButton m_TestSplitBut
Click to set test mode to a user-specified test set


m_StorePredictionsBut

javax.swing.JCheckBox m_StorePredictionsBut
Check to save the predictions in the results list for visualizing later on


m_OutputModelBut

javax.swing.JCheckBox m_OutputModelBut
Check to output the model built from the training data


m_OutputPerClassBut

javax.swing.JCheckBox m_OutputPerClassBut
Check to output true/false positives, precision/recall for each class


m_OutputConfusionBut

javax.swing.JCheckBox m_OutputConfusionBut
Check to output a confusion matrix


m_OutputEntropyBut

javax.swing.JCheckBox m_OutputEntropyBut
Check to output entropy statistics


m_OutputPredictionsTextBut

javax.swing.JCheckBox m_OutputPredictionsTextBut
Check to output text predictions


m_EvalWRTCostsBut

javax.swing.JCheckBox m_EvalWRTCostsBut
Check to evaluate w.r.t a cost matrix


m_SetCostsBut

javax.swing.JButton m_SetCostsBut

m_CVLab

javax.swing.JLabel m_CVLab
Label by where the cv folds are entered


m_CVText

javax.swing.JTextField m_CVText
The field where the cv folds are entered


m_PercentLab

javax.swing.JLabel m_PercentLab
Label by where the % split is entered


m_PercentText

javax.swing.JTextField m_PercentText
The field where the % split is entered


m_SetTestBut

javax.swing.JButton m_SetTestBut
The button used to open a separate test dataset


m_SetTestFrame

javax.swing.JFrame m_SetTestFrame
The frame used to show the test set selection panel


m_SetCostsFrame

weka.gui.PropertyDialog m_SetCostsFrame
The frame used to show the cost matrix editing panel


m_RadioListener

java.awt.event.ActionListener m_RadioListener
Alters the enabled/disabled status of elements associated with each radio button


m_MoreOptions

javax.swing.JButton m_MoreOptions
Button for further output/visualize options


m_RandomSeedText

javax.swing.JTextField m_RandomSeedText
User specified random seed for cross validation or % split


m_RandomLab

javax.swing.JLabel m_RandomLab

m_CostMatrixEditor

weka.gui.CostMatrixEditor m_CostMatrixEditor
The cost matrix editor for evaluation costs


m_TestInstances

weka.core.Instances m_TestInstances
The user-supplied test set (if any)


m_RunThread

java.lang.Thread m_RunThread
A thread that classification runs in


m_CurrentVis

weka.gui.visualize.VisualizePanel m_CurrentVis
The current visualization object


m_Summary

weka.gui.InstancesSummaryPanel m_Summary
The instances summary panel displayed by m_SetTestFrame


m_ModelFilter

javax.swing.filechooser.FileFilter m_ModelFilter
Filter to ensure only model files are selected


m_FileChooser

javax.swing.JFileChooser m_FileChooser
The file chooser for selecting model files

Class weka4ws.gui.explorer.ClustererPanel extends ExplorerPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

testsetFilePath

java.lang.String testsetFilePath

m_ClustererEditor

weka.gui.GenericObjectEditor m_ClustererEditor
Lets the user configure the clusterer


m_CLPanel

weka.gui.PropertyPanel m_CLPanel
The panel showing the current clusterer selection


m_OutText

javax.swing.JTextArea m_OutText
The output area for classification results


m_SaveOut

weka.gui.SaveBuffer m_SaveOut
The buffer saving object for saving output


m_History

ResultHistoryPanel m_History
A panel controlling results viewing


m_PercentBut

javax.swing.JRadioButton m_PercentBut
Click to set test mode to generate a % split


m_TrainBut

javax.swing.JRadioButton m_TrainBut
Click to set test mode to test on training data


m_TestSplitBut

javax.swing.JRadioButton m_TestSplitBut
Click to set test mode to a user-specified test set


m_ClassesToClustersBut

javax.swing.JRadioButton m_ClassesToClustersBut
Click to set test mode to classes to clusters based evaluation


m_ClassCombo

javax.swing.JComboBox m_ClassCombo
Lets the user select the class column for classes to clusters based evaluation


m_PercentLab

javax.swing.JLabel m_PercentLab
Label by where the % split is entered


m_PercentText

javax.swing.JTextField m_PercentText
The field where the % split is entered


m_SetTestBut

javax.swing.JButton m_SetTestBut
The button used to open a separate test dataset


m_SetTestFrame

javax.swing.JFrame m_SetTestFrame
The frame used to show the test set selection panel


m_ignoreBut

javax.swing.JButton m_ignoreBut
The button used to popup a list for choosing attributes to ignore while clustering


m_ignoreKeyModel

javax.swing.DefaultListModel m_ignoreKeyModel

m_ignoreKeyList

javax.swing.JList m_ignoreKeyList

m_RadioListener

java.awt.event.ActionListener m_RadioListener
Alters the enabled/disabled status of elements associated with each radio button


m_TestInstances

weka.core.Instances m_TestInstances
The user-supplied test set (if any)


m_CurrentVis

weka.gui.visualize.VisualizePanel m_CurrentVis
The current visualization object


m_StorePredictionsBut

javax.swing.JCheckBox m_StorePredictionsBut
Check to save the predictions in the results list for visualizing later on


m_RunThread

java.lang.Thread m_RunThread
A thread that clustering runs in


m_Summary

weka.gui.InstancesSummaryPanel m_Summary
The instances summary panel displayed by m_SetTestFrame


m_ModelFilter

javax.swing.filechooser.FileFilter m_ModelFilter
Filter to ensure only model files are selected


m_FileChooser

javax.swing.JFileChooser m_FileChooser
The file chooser for selecting model files

Class weka4ws.gui.explorer.Explorer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_PreprocessPanel

PreprocessPanel m_PreprocessPanel
The panel for preprocessing instances


m_ClassifierPanel

ClassifierPanel m_ClassifierPanel
The panel for running classifiers


m_ClustererPanel

ClustererPanel m_ClustererPanel
Label for a panel that still need to be implemented


m_AssociationPanel

AssociationsPanel m_AssociationPanel
Label for a panel that still need to be implemented


m_AttributeSelectionPanel

weka.gui.explorer.AttributeSelectionPanel m_AttributeSelectionPanel
Label for a panel that still need to be implemented


m_VisualizePanel

weka.gui.visualize.MatrixPanel m_VisualizePanel
Label for a panel that still need to be implemented


m_TabbedPane

javax.swing.JTabbedPane m_TabbedPane
The tabbed pane that controls which sub-pane we are working with


m_LogPanel

weka.gui.LogPanel m_LogPanel
The panel for log and status messages

Class weka4ws.gui.explorer.ExplorerPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_HostsCombo

javax.swing.JComboBox m_HostsCombo

m_ReloadBut

javax.swing.JButton m_ReloadBut

m_FilePath

java.lang.String m_FilePath

remoteHost

java.lang.String remoteHost

remoteServicePort

int remoteServicePort

remoteGridFTPPort

int remoteGridFTPPort

remoteLogging

int remoteLogging

m_Instances

weka.core.Instances m_Instances
The main set of instances we're playing with


m_Log

weka.gui.Logger m_Log
The destination for log/status messages


m_StartBut

javax.swing.JButton m_StartBut
Click to start running the task


m_StopBut

javax.swing.JButton m_StopBut
Click to stop a running task


COMBO_SIZE

java.awt.Dimension COMBO_SIZE
Stop the class combo from taking up to much space

Class weka4ws.gui.explorer.PreprocessPanel extends ExplorerPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

m_urlName

java.lang.String m_urlName

m_selected

java.lang.String m_selected

m_InstSummaryPanel

weka.gui.InstancesSummaryPanel m_InstSummaryPanel
Displays simple stats on the working instances


m_OpenFileBut

javax.swing.JButton m_OpenFileBut
Click to load base instances from a file


m_OpenURLBut

javax.swing.JButton m_OpenURLBut
Click to load base instances from a URL


m_OpenDBBut

javax.swing.JButton m_OpenDBBut
Click to load base instances from a Database


m_DatabaseQueryEditor

weka.gui.GenericObjectEditor m_DatabaseQueryEditor
Lets the user enter a DB query


m_UndoBut

javax.swing.JButton m_UndoBut
Click to revert back to the last saved point


m_EditBut

javax.swing.JButton m_EditBut
Click to open the current instances in a viewer


m_SaveBut

javax.swing.JButton m_SaveBut
Click to apply filters and save the results


m_AttPanel

weka.gui.AttributeSelectionPanel m_AttPanel
Panel to let the user toggle attributes


m_RemoveButton

javax.swing.JButton m_RemoveButton
Button for removing attributes


m_AttSummaryPanel

weka.gui.AttributeSummaryPanel m_AttSummaryPanel
Displays summary stats on the selected attribute


m_FilterEditor

weka.gui.GenericObjectEditor m_FilterEditor
Lets the user configure the filter


m_FilterPanel

weka.gui.PropertyPanel m_FilterPanel
Filter configuration


m_ApplyFilterBut

javax.swing.JButton m_ApplyFilterBut
Click to apply filters and save the results


m_FileChooser

javax.swing.JFileChooser m_FileChooser
The file chooser for selecting arff files


m_bsiFileFilter

weka.gui.ExtensionFileFilter m_bsiFileFilter
File filters for various file types


m_c45FileFilter

weka.gui.ExtensionFileFilter m_c45FileFilter

m_csvFileFilter

weka.gui.ExtensionFileFilter m_csvFileFilter

m_arffFileFilter

weka.gui.ExtensionFileFilter m_arffFileFilter

m_LastURL

java.lang.String m_LastURL
Stores the last URL that instances were loaded from


m_SQLQ

java.lang.String m_SQLQ
Stores the last sql query executed


m_Instances

weka.core.Instances m_Instances
The working instances


m_AttVisualizePanel

weka.gui.AttributeVisualizationPanel m_AttVisualizePanel
The visualization of the attribute values


m_tempUndoFiles

java.io.File[] m_tempUndoFiles
Keeps track of undo points


m_tempUndoIndex

int m_tempUndoIndex
The next available slot for an undo point


m_Support

java.beans.PropertyChangeSupport m_Support
Manages sending notifications to people when we change the set of working instances.


m_IOThread

java.lang.Thread m_IOThread
A thread for loading/saving instances from a file or URL


m_Log

weka.gui.Logger m_Log
The message logger

Class weka4ws.gui.explorer.ResultHistoryPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

remoteTasks

java.util.ArrayList remoteTasks

runningThreads

java.util.ArrayList runningThreads

m_SingleText

javax.swing.text.JTextComponent m_SingleText
An optional component for single-click display


m_SingleName

java.lang.String m_SingleName
The named result being viewed in the single-click display


m_Model

javax.swing.DefaultListModel m_Model
The list model


m_List

javax.swing.JList m_List
The list component


m_Results

java.util.Hashtable m_Results
A Hashtable mapping names to result buffers


m_FramedOutput

java.util.Hashtable m_FramedOutput
A Hashtable mapping names to output text components


m_Objs

java.util.Hashtable m_Objs
A hashtable mapping names to arbitrary objects


m_HandleRightClicks

boolean m_HandleRightClicks
Let the result history list handle right clicks in the default manner---ie, pop up a window displaying the buffer


m_Printer

weka.gui.visualize.PrintableComponent m_Printer
for printing the output to files

Class weka4ws.gui.explorer.ResultHistoryPanel.RKeyAdapter extends java.awt.event.KeyAdapter implements Serializable

Class weka4ws.gui.explorer.ResultHistoryPanel.RMouseAdapter extends java.awt.event.MouseAdapter implements Serializable

Class weka4ws.gui.explorer.SetInstancesPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1l

Serialized Fields

testsetFilePath

java.lang.String testsetFilePath

m_OpenFileBut

javax.swing.JButton m_OpenFileBut
Click to open instances from a file


m_OpenURLBut

javax.swing.JButton m_OpenURLBut
Click to open instances from a URL


m_Summary

weka.gui.InstancesSummaryPanel m_Summary
The instance summary component


m_ArffFilter

javax.swing.filechooser.FileFilter m_ArffFilter
Filter to ensure only arff files are selected


m_FileChooser

javax.swing.JFileChooser m_FileChooser
The file chooser for selecting arff files


m_LastURL

java.lang.String m_LastURL
Stores the last URL that instances were loaded from


m_IOThread

java.lang.Thread m_IOThread
The thread we do loading in


m_Support

java.beans.PropertyChangeSupport m_Support
Manages sending notifications to people when we change the set of working instances.


m_Instances

weka.core.Instances m_Instances
The current set of instances loaded