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, toString
public MultiPrediction predict(Object... args)
MLModel
predict
in class MLModel<MultiPrediction>
args
- the argsCopyright © 2014–2015 Apache Software Foundation. All rights reserved.