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 theExplorerTSPanelPublicpanel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_ADV_AVGLAGSLONGERTHANstatic StringKEY_ADV_AVGLONGLAGSstatic StringKEY_ADV_BASELEARNERstatic StringKEY_ADV_CUSTOMLAGstatic StringKEY_ADV_EVALHOLDOUTSIZEstatic StringKEY_ADV_EVALMETRICSstatic StringKEY_ADV_EVALONHOLDOUTstatic StringKEY_ADV_EVALONTRAINstatic StringKEY_ADV_FINETUNELAGstatic StringKEY_ADV_GRAPHFUTUREstatic StringKEY_ADV_GRAPHPREDSstatic StringKEY_ADV_GRAPHSTEPstatic StringKEY_ADV_LAGADJUSTstatic StringKEY_ADV_MAXLAGstatic StringKEY_ADV_MINLAGstatic StringKEY_ADV_NUMLAGSTOAVGstatic StringKEY_ADV_OUTPUTFUTUREstatic StringKEY_ADV_OUTPUTPREDSstatic StringKEY_ADV_OUTPUTSTEPstatic StringKEY_ADV_OVERLAYDATAstatic StringKEY_ADV_USEGRAPHTARGETstatic StringKEY_BASIC_COMPUTECONFstatic StringKEY_BASIC_CONFLEVELstatic StringKEY_BASIC_NUMTIMEUNITSstatic StringKEY_BASIC_PERFORMEVALstatic StringKEY_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 voiddeserialize(weka.gui.explorer.Explorer.ExplorerPanel panel, Object data)Deserializes the data and configures the panel.booleanhandles(weka.gui.explorer.Explorer.ExplorerPanel panel)Checks whether this handler can process the given panel.Objectserialize(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:
handlesin 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:
serializein 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:
deserializein classAbstractExplorerPanelHandler- Parameters:
panel- the panel to updatedata- the serialized data to restore the panel with
-
-