Uses of Class
org.pentaho.di.forecasting.WekaForecastingModel
-
-
Uses of WekaForecastingModel in org.pentaho.di.forecasting
Methods in org.pentaho.di.forecasting that return WekaForecastingModel Modifier and Type Method Description WekaForecastingModelWekaForecastingMeta. getModel()Get the forecasting modelstatic WekaForecastingModelWekaForecastingData. loadSerializedModel(File modelFile, org.pentaho.di.core.logging.LogChannelInterface log)Loads a serialized model.Methods in org.pentaho.di.forecasting with parameters of type WekaForecastingModel Modifier and Type Method Description protected weka.core.InstanceWekaForecastingData. 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 voidWekaForecastingData. saveSerializedModel(WekaForecastingModel wsm, File saveTo)voidWekaForecastingMeta. setModel(WekaForecastingModel model)Set the forecasting model
-