- WekaForecasting - Class in org.pentaho.di.forecasting
-
Applies a pre-built weka forecasting model to make a forecast for future time
steps.
- WekaForecasting(StepMeta, StepDataInterface, int, TransMeta, Trans) - Constructor for class org.pentaho.di.forecasting.WekaForecasting
-
Creates a new WekaForecasting
instance.
- WekaForecastingData - Class in org.pentaho.di.forecasting
-
Holds temporary data and has routines for loading serialized models.
- WekaForecastingData() - Constructor for class org.pentaho.di.forecasting.WekaForecastingData
-
- WekaForecastingDialog - Class in org.pentaho.di.forecasting
-
The UI class for the WekaForecasting step
- WekaForecastingDialog(Shell, Object, TransMeta, String) - Constructor for class org.pentaho.di.forecasting.WekaForecastingDialog
-
- WekaForecastingLifecycleListener - Class in org.pentaho.di.forecasting
-
- WekaForecastingLifecycleListener() - Constructor for class org.pentaho.di.forecasting.WekaForecastingLifecycleListener
-
- WekaForecastingMeta - Class in org.pentaho.di.forecasting
-
Contains the meta data for the WekaForecasting step.
- WekaForecastingMeta() - Constructor for class org.pentaho.di.forecasting.WekaForecastingMeta
-
Creates a new WekaForecastingMeta
instance.
- WekaForecastingModel - Class in org.pentaho.di.forecasting
-
Abstract wrapper class for a Weka Forecaster.
- WekaForecastingModel(TSForecaster) - Constructor for class org.pentaho.di.forecasting.WekaForecastingModel
-
Creates a new WekaForecastingModel
instance.