Uses of Class
org.pentaho.di.forecasting.WekaForecastingModel
-
Uses of WekaForecastingModel in org.pentaho.di.forecasting
Modifier and TypeMethodDescriptionWekaForecastingMeta.getModel()
Get the forecasting modelstatic WekaForecastingModel
WekaForecastingData.loadSerializedModel
(File modelFile, org.pentaho.di.core.logging.LogChannelInterface log) Loads a serialized model.Modifier and TypeMethodDescriptionprotected weka.core.Instance
WekaForecastingData.constructInstance
(org.pentaho.di.core.row.RowMetaInterface inputMeta, Object[] inputRow, int[] mappingIndexes, WekaForecastingModel model) Helper method that constructs an Instance to input to the Weka model based on incoming Kettle fields and pre-constructed attribute-to-field mapping data.static void
WekaForecastingData.saveSerializedModel
(WekaForecastingModel wsm, File saveTo) void
WekaForecastingMeta.setModel
(WekaForecastingModel model) Set the forecasting model