This project has retired. For details please refer to its
Attic page.
ForecastingModel.ForecastingPredictions (Lens 2.1.0-beta-incubating API)
org.apache.lens.ml.algo.lib
Class ForecastingModel.ForecastingPredictions
java.lang.Object
org.apache.lens.ml.algo.lib.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.