Modifier and Type | Method and Description |
---|---|
WekaForecastingModel |
WekaForecastingMeta.getModel()
Get the forecasting model
|
static WekaForecastingModel |
WekaForecastingData.loadSerializedModel(File modelFile,
org.pentaho.di.core.logging.LogChannelInterface log)
Loads a serialized model.
|
Modifier and Type | Method and Description |
---|---|
static void |
WekaForecastingData.saveSerializedModel(WekaForecastingModel wsm,
File saveTo) |
void |
WekaForecastingMeta.setModel(WekaForecastingModel model)
Set the forecasting model
|