Package weka.classifiers.timeseries.gui
Class ExplorerTSPanelHandler
- java.lang.Object
-
- weka.gui.explorer.AbstractExplorerPanelHandler
-
- weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
-
- All Implemented Interfaces:
Serializable
public class ExplorerTSPanelHandler extends AbstractExplorerPanelHandler
Handles theExplorerTSPanelPublic
panel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEY_ADV_AVGLAGSLONGERTHAN
static String
KEY_ADV_AVGLONGLAGS
static String
KEY_ADV_BASELEARNER
static String
KEY_ADV_CUSTOMLAG
static String
KEY_ADV_EVALHOLDOUTSIZE
static String
KEY_ADV_EVALMETRICS
static String
KEY_ADV_EVALONHOLDOUT
static String
KEY_ADV_EVALONTRAIN
static String
KEY_ADV_FINETUNELAG
static String
KEY_ADV_GRAPHFUTURE
static String
KEY_ADV_GRAPHPREDS
static String
KEY_ADV_GRAPHSTEP
static String
KEY_ADV_LAGADJUST
static String
KEY_ADV_MAXLAG
static String
KEY_ADV_MINLAG
static String
KEY_ADV_NUMLAGSTOAVG
static String
KEY_ADV_OUTPUTFUTURE
static String
KEY_ADV_OUTPUTPREDS
static String
KEY_ADV_OUTPUTSTEP
static String
KEY_ADV_OVERLAYDATA
static String
KEY_ADV_USEGRAPHTARGET
static String
KEY_BASIC_COMPUTECONF
static String
KEY_BASIC_CONFLEVEL
static String
KEY_BASIC_NUMTIMEUNITS
static String
KEY_BASIC_PERFORMEVAL
static String
KEY_BASIC_SKIPLIST
-
Fields inherited from class weka.gui.explorer.AbstractExplorerPanelHandler
m_SkipHistory
-
-
Constructor Summary
Constructors Constructor Description ExplorerTSPanelHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deserialize(weka.gui.explorer.Explorer.ExplorerPanel panel, Object data)
Deserializes the data and configures the panel.boolean
handles(weka.gui.explorer.Explorer.ExplorerPanel panel)
Checks whether this handler can process the given panel.Object
serialize(weka.gui.explorer.Explorer.ExplorerPanel panel)
Generates a view of the explorer panel that can be serialized.-
Methods inherited from class weka.gui.explorer.AbstractExplorerPanelHandler
deserialize, deserialize, getHandlers, getSkipHistory, getValue, restoreGOE, restoreSelectedIndex, restoreSelectedIndices, restoreSelectedState, restoreSelectedState, restoreSpinner, restoreText, serialize, serialize, setSkipHistory
-
-
-
-
Field Detail
-
KEY_BASIC_COMPUTECONF
public static final String KEY_BASIC_COMPUTECONF
- See Also:
- Constant Field Values
-
KEY_BASIC_CONFLEVEL
public static final String KEY_BASIC_CONFLEVEL
- See Also:
- Constant Field Values
-
KEY_BASIC_NUMTIMEUNITS
public static final String KEY_BASIC_NUMTIMEUNITS
- See Also:
- Constant Field Values
-
KEY_BASIC_SKIPLIST
public static final String KEY_BASIC_SKIPLIST
- See Also:
- Constant Field Values
-
KEY_BASIC_PERFORMEVAL
public static final String KEY_BASIC_PERFORMEVAL
- See Also:
- Constant Field Values
-
KEY_ADV_BASELEARNER
public static final String KEY_ADV_BASELEARNER
- See Also:
- Constant Field Values
-
KEY_ADV_LAGADJUST
public static final String KEY_ADV_LAGADJUST
- See Also:
- Constant Field Values
-
KEY_ADV_CUSTOMLAG
public static final String KEY_ADV_CUSTOMLAG
- See Also:
- Constant Field Values
-
KEY_ADV_MINLAG
public static final String KEY_ADV_MINLAG
- See Also:
- Constant Field Values
-
KEY_ADV_MAXLAG
public static final String KEY_ADV_MAXLAG
- See Also:
- Constant Field Values
-
KEY_ADV_FINETUNELAG
public static final String KEY_ADV_FINETUNELAG
- See Also:
- Constant Field Values
-
KEY_ADV_AVGLONGLAGS
public static final String KEY_ADV_AVGLONGLAGS
- See Also:
- Constant Field Values
-
KEY_ADV_AVGLAGSLONGERTHAN
public static final String KEY_ADV_AVGLAGSLONGERTHAN
- See Also:
- Constant Field Values
-
KEY_ADV_NUMLAGSTOAVG
public static final String KEY_ADV_NUMLAGSTOAVG
- See Also:
- Constant Field Values
-
KEY_ADV_OVERLAYDATA
public static final String KEY_ADV_OVERLAYDATA
- See Also:
- Constant Field Values
-
KEY_ADV_EVALMETRICS
public static final String KEY_ADV_EVALMETRICS
- See Also:
- Constant Field Values
-
KEY_ADV_EVALONTRAIN
public static final String KEY_ADV_EVALONTRAIN
- See Also:
- Constant Field Values
-
KEY_ADV_EVALONHOLDOUT
public static final String KEY_ADV_EVALONHOLDOUT
- See Also:
- Constant Field Values
-
KEY_ADV_EVALHOLDOUTSIZE
public static final String KEY_ADV_EVALHOLDOUTSIZE
- See Also:
- Constant Field Values
-
KEY_ADV_OUTPUTPREDS
public static final String KEY_ADV_OUTPUTPREDS
- See Also:
- Constant Field Values
-
KEY_ADV_OUTPUTSTEP
public static final String KEY_ADV_OUTPUTSTEP
- See Also:
- Constant Field Values
-
KEY_ADV_OUTPUTFUTURE
public static final String KEY_ADV_OUTPUTFUTURE
- See Also:
- Constant Field Values
-
KEY_ADV_GRAPHPREDS
public static final String KEY_ADV_GRAPHPREDS
- See Also:
- Constant Field Values
-
KEY_ADV_USEGRAPHTARGET
public static final String KEY_ADV_USEGRAPHTARGET
- See Also:
- Constant Field Values
-
KEY_ADV_GRAPHSTEP
public static final String KEY_ADV_GRAPHSTEP
- See Also:
- Constant Field Values
-
KEY_ADV_GRAPHFUTURE
public static final String KEY_ADV_GRAPHFUTURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
handles
public boolean handles(weka.gui.explorer.Explorer.ExplorerPanel panel)
Checks whether this handler can process the given panel.- Specified by:
handles
in classAbstractExplorerPanelHandler
- Parameters:
panel
- the panel to check- Returns:
- always true
-
serialize
public Object serialize(weka.gui.explorer.Explorer.ExplorerPanel panel)
Generates a view of the explorer panel that can be serialized.- Specified by:
serialize
in classAbstractExplorerPanelHandler
- Parameters:
panel
- the panel to serialize- Returns:
- the data to serialize
-
deserialize
public void deserialize(weka.gui.explorer.Explorer.ExplorerPanel panel, Object data)
Deserializes the data and configures the panel.- Specified by:
deserialize
in classAbstractExplorerPanelHandler
- Parameters:
panel
- the panel to updatedata
- the serialized data to restore the panel with
-
-