Class PreprocessTab

    • Field Detail

      • m_PanelGOE

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelGOE
        the GOe with the filter.
      • m_PanelTop

        protected JPanel m_PanelTop
        the panel for the filter and the buttons.
      • m_PanelMain

        protected JPanel m_PanelMain
        the panel for the preprocess panels.
      • m_CheckBoxReplace

        protected adams.gui.core.BaseCheckBox m_CheckBoxReplace
        the checkbox to replace the datasets.
      • m_CheckBoxBatchFilter

        protected adams.gui.core.BaseCheckBox m_CheckBoxBatchFilter
        the checkbox for batch-filtering.
      • m_CheckBoxKeepName

        protected adams.gui.core.BaseCheckBox m_CheckBoxKeepName
        the whether to keep the relation name.
      • m_CheckBoxSerialize

        protected adams.gui.core.BaseCheckBox m_CheckBoxSerialize
        the whether to serialize the filter to a file.
      • m_FileSerialize

        protected adams.gui.chooser.FileChooserPanel m_FileSerialize
        the file to serialize the trained filter to.
      • m_ButtonStart

        protected adams.gui.core.BaseButton m_ButtonStart
        the button for starting the filtering.
      • m_ButtonStop

        protected adams.gui.core.BaseButton m_ButtonStop
        the button for stop the filtering.
      • m_TextSelectedAttributes

        protected adams.gui.core.BaseTextField m_TextSelectedAttributes
        the currently selected attributes.
      • m_ButtonSelectedAttributes

        protected adams.gui.core.BaseFlatButton m_ButtonSelectedAttributes
        the button for copying the selected attributes range.
      • m_ButtonSelectedAttributesAction

        protected adams.gui.core.BaseSplitButton m_ButtonSelectedAttributesAction
        button for removing checked attributes.
      • m_Worker

        protected Thread m_Worker
        whether the evaluation is currently running.
      • m_CurrentFilter

        protected weka.filters.Filter m_CurrentFilter
        the current filter.
      • m_MaxAttributesToVisualize

        protected int m_MaxAttributesToVisualize
        the maximum number of attributes to visualize (summary table/histogram).
      • m_LastAttributesToVisualize

        protected int[] m_LastAttributesToVisualize
        the last indices that were visualized.
    • Constructor Detail

      • PreprocessTab

        public PreprocessTab()