org.apache.lens.ml
Class ForecastingModel
java.lang.Object
org.apache.lens.ml.MLModel<MultiPrediction>
org.apache.lens.ml.ForecastingModel
- All Implemented Interfaces:
- Serializable
public class ForecastingModel
- extends MLModel<MultiPrediction>
The Class ForecastingModel.
- See Also:
- Serialized Form
ForecastingModel
public ForecastingModel()
predict
public MultiPrediction predict(Object... args)
- Description copied from class:
MLModel
- Predict.
- Specified by:
predict
in class MLModel<MultiPrediction>
- Parameters:
args
- the args
- Returns:
- the prediction
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.