Modifier and Type | Method and Description |
---|---|
List<Object[]> |
WekaForecastingData.generateForecast(org.pentaho.di.core.row.RowMetaInterface inputMeta,
org.pentaho.di.core.row.RowMetaInterface outputMeta,
WekaForecastingMeta meta,
List<Object[]> overlayData,
org.pentaho.di.trans.TransMeta transMeta,
PrintStream... progress)
Generates a forecast given a forecasting model (sourced from the meta
object).
|