Package weka.gui.explorer.panels
Class ForecastingPanel
- java.lang.Object
-
- weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
-
- weka.gui.explorer.panels.ForecastingPanel
-
- All Implemented Interfaces:
AdditionalExplorerPanel
public class ForecastingPanel extends AbstractAdditionalExplorerPanel
Panel for forecasting/timeseries.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description ForecastingPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description weka.gui.explorer.Explorer.ExplorerPanel
getExplorerPanel()
Returns the panel to display.AbstractExplorerPanelHandler
getExplorerPanelHandler()
Returns the associated panel handler.-
Methods inherited from class weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
getPanels
-
-
-
-
Method Detail
-
getExplorerPanel
public weka.gui.explorer.Explorer.ExplorerPanel getExplorerPanel()
Returns the panel to display.- Specified by:
getExplorerPanel
in interfaceAdditionalExplorerPanel
- Specified by:
getExplorerPanel
in classAbstractAdditionalExplorerPanel
- Returns:
- the panel
-
getExplorerPanelHandler
public AbstractExplorerPanelHandler getExplorerPanelHandler()
Returns the associated panel handler.- Specified by:
getExplorerPanelHandler
in interfaceAdditionalExplorerPanel
- Specified by:
getExplorerPanelHandler
in classAbstractAdditionalExplorerPanel
- Returns:
- the handler
-
-