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 |
---|---|
protected 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
|
Copyright © 2002–2018 Hitachi Vantara. All rights reserved.