org.apache.lens.ml
Class ForecastingModel.ForecastingPredictions
java.lang.Object
org.apache.lens.ml.ForecastingModel.ForecastingPredictions
- All Implemented Interfaces:
- MultiPrediction
- Enclosing class:
- ForecastingModel
public static class ForecastingModel.ForecastingPredictions
- extends Object
- implements MultiPrediction
The Class ForecastingPredictions.
ForecastingModel.ForecastingPredictions
public ForecastingModel.ForecastingPredictions(List<LabelledPrediction> values)
- Instantiates a new forecasting predictions.
- Parameters:
values
- the values
getPredictions
public List<LabelledPrediction> getPredictions()
- Specified by:
getPredictions
in interface MultiPrediction
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.