public class ForecastingModel extends MLModel<MultiPrediction>
| Modifier and Type | Class and Description |
|---|---|
static class |
ForecastingModel.ForecastingLabel
The Class ForecastingLabel.
|
static class |
ForecastingModel.ForecastingPredictions
The Class ForecastingPredictions.
|
| Constructor and Description |
|---|
ForecastingModel() |
| Modifier and Type | Method and Description |
|---|---|
MultiPrediction |
predict(Object... args)
Predict.
|
getAlgoName, getCreatedAt, getFeatureColumns, getId, getLabelColumn, getParams, getTable, setAlgoName, setCreatedAt, setFeatureColumns, setId, setLabelColumn, setParams, setTable, toStringpublic MultiPrediction predict(Object... args)
MLModelpredict in class MLModel<MultiPrediction>args - the argsCopyright © 2014–2018 Apache Software Foundation. All rights reserved.